From e7acee4933a596cf17fed50376823a5625d85f31 Mon Sep 17 00:00:00 2001 From: Logan Adams <114770087+loadams@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:08:29 -0700 Subject: [PATCH] Remove DS_BUILD_UTILS reference (#4485) --- docs/_tutorials/advanced-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_tutorials/advanced-install.md b/docs/_tutorials/advanced-install.md index c2b4c04cad1c..10197e62f681 100755 --- a/docs/_tutorials/advanced-install.md +++ b/docs/_tutorials/advanced-install.md @@ -61,6 +61,7 @@ Available `DS_BUILD` options include: * `DS_BUILD_CCL_COMM` builds the communication collective libs * `DS_BUILD_CPU_ADAM` builds the CPUAdam op * `DS_BUILD_CPU_LION` builds the CPULion op +* `DS_BUILD_EVOFORMER_ATTN` builds the EvoformerAttn op (from [Alphafold](https://www.deepspeed.ai/tutorials/ds4sci_evoformerattention/)) * `DS_BUILD_FUSED_ADAM` builds the FusedAdam op (from [apex](https://github.com/NVIDIA/apex)) * `DS_BUILD_FUSED_LION` builds the FusedLion op * `DS_BUILD_CPU_ADAGRAD` builds the CPUAdagrad op @@ -71,7 +72,6 @@ Available `DS_BUILD` options include: * `DS_BUILD_TRANSFORMER` builds the transformer op * `DS_BUILD_TRANSFORMER_INFERENCE` builds the transformer-inference op * `DS_BUILD_STOCHASTIC_TRANSFORMER` builds the stochastic transformer op -* `DS_BUILD_UTILS` builds various optimized utilities To speed up the build-all process, you can parallelize the compilation process with: