Skip to content

Commit d300517

Browse files
authored
Add ops (#4119)
1 parent 8a8683d commit d300517

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/_tutorials/advanced-install.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,19 @@ DS_BUILD_FUSED_LAMB=1 pip install deepspeed
5757

5858
Available `DS_BUILD` options include:
5959
* `DS_BUILD_OPS` toggles all ops
60+
* `DS_BUILD_AIO` builds asynchronous (NVMe) I/O op
61+
* `DS_BUILD_CCL_COMM` builds the communication collective libs
6062
* `DS_BUILD_CPU_ADAM` builds the CPUAdam op
6163
* `DS_BUILD_FUSED_ADAM` builds the FusedAdam op (from [apex](https://github.com/NVIDIA/apex))
64+
* `DS_BUILD_CPU_ADAGRAD` builds the CPUAdagrad op
6265
* `DS_BUILD_FUSED_LAMB` builds the FusedLamb op
66+
* `DS_BUILD_QUANTIZER` builds the quantizer op
67+
* `DS_BUILD_RANDOM_LTD` builds the random ltd op
6368
* `DS_BUILD_SPARSE_ATTN` builds the sparse attention op
6469
* `DS_BUILD_TRANSFORMER` builds the transformer op
6570
* `DS_BUILD_TRANSFORMER_INFERENCE` builds the transformer-inference op
6671
* `DS_BUILD_STOCHASTIC_TRANSFORMER` builds the stochastic transformer op
6772
* `DS_BUILD_UTILS` builds various optimized utilities
68-
* `DS_BUILD_AIO` builds asynchronous (NVMe) I/O op
6973

7074
To speed up the build-all process, you can parallelize the compilation process with:
7175

0 commit comments

Comments
 (0)