Skip to content

Commit

Permalink
fix deepspeed issues (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
vwxyzjn authored Jan 10, 2025
1 parent 5ba0470 commit 7d8fbfe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [
"antlr4-python3-runtime==4.11",
"bitsandbytes>=0.44.1",
"datasets>=3.1.0",
"deepspeed>=0.16.0",
"deepspeed==0.15.4", # 0.16.0 bugs out https://github.com/microsoft/DeepSpeed/issues/6793
"hf-transfer>=0.1.8",
"matplotlib>=3.9.3",
"nltk>=3.9.1",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ compressed-tensors==0.8.1
contourpy==1.3.1
cycler==0.12.1
datasets==3.2.0
deepspeed==0.16.2
deepspeed==0.15.4
depyf==0.18.0
dill==0.3.8
diskcache==5.6.3
Expand Down Expand Up @@ -104,7 +104,7 @@ nvidia-ml-py==12.560.30
nvidia-nccl-cu12==2.21.5
nvidia-nvjitlink-cu12==12.6.85
nvidia-nvtx-cu12==12.1.105
# -e file:///weka/oe-adapt-default/costah/open-instruct-uv
# -e file:///weka/oe-adapt-default/costah/open-instruct3
openai==1.59.5
opencensus==0.11.4
opencensus-context==0.1.3
Expand Down
7 changes: 3 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d8fbfe

Please sign in to comment.