Skip to content

Commit

Permalink
Fix deepspeed tests (#3003)
Browse files Browse the repository at this point in the history
* Unpin deepspeed

* Include proper branch for docker image

* Properly working

* Revert all other changes
  • Loading branch information
muellerzr authored Aug 9, 2024
1 parent 12a5bef commit dc3b5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"timm",
]
extras["testing"] = extras["test_prod"] + extras["test_dev"]
extras["deepspeed"] = ["deepspeed<=0.14.0"]
extras["deepspeed"] = ["deepspeed"]
extras["rich"] = ["rich"]

extras["test_trackers"] = ["wandb", "comet-ml", "tensorboard", "dvclive"]
Expand Down

0 comments on commit dc3b5ad

Please sign in to comment.