Skip to content

Commit efd404b

Browse files
committed
Update to match specific tag name
Signed-off-by: Logan Adams <[email protected]>
1 parent b6127bf commit efd404b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/deepcompile/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In addition, you need to install the following:
1212
- PyTorch v2.6.0
1313
- For the Mixtral model, we recommend using PyTorch v2.7.0 (currently the final release candidate) due to an issue with `torch.where`.
1414
- 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)
1616
- As DeepCompile is under active development, we recommend using the latest version or installing from source.
1717
- transformers
1818
- accelerate
@@ -117,7 +117,7 @@ Here are some example charts:
117117
To enable DeepCompile, simply set "deepcompile": true in the compile section of your DeepSpeed configuration JSON:
118118

119119
```json
120-
{
120+
{
121121
122122
"zero_optimization": {
123123
"stage": 3,

0 commit comments

Comments
 (0)