File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ In addition, you need to install the following:
12
12
- PyTorch v2.6.0
13
13
- For the Mixtral model, we recommend using PyTorch v2.7.0 (currently the final release candidate) due to an issue with ` torch.where ` .
14
14
- See details [ here] ( https://github.com/pytorch/pytorch/issues/149278 )
15
- - DeepSpeed (v.0 .16.6 or newer)
15
+ - DeepSpeed (v0 .16.6 or newer)
16
16
- As DeepCompile is under active development, we recommend using the latest version or installing from source.
17
17
- transformers
18
18
- accelerate
@@ -117,7 +117,7 @@ Here are some example charts:
117
117
To enable DeepCompile, simply set "deepcompile": true in the compile section of your DeepSpeed configuration JSON:
118
118
119
119
``` json
120
- {
120
+ {
121
121
…
122
122
"zero_optimization" : {
123
123
"stage" : 3 ,
You can’t perform that action at this time.
0 commit comments