Skip to content

Commit

Permalink
Fix deepspeed version
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-cooney committed Jan 16, 2024
1 parent 0da6696 commit 5792e55
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 7 deletions.
135 changes: 129 additions & 6 deletions poetry.lock

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

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,20 @@
readme="README.md"
version="0.0.0"

# Note: Zstandard is required for downloading datasets such as The Pile
[tool.poetry.dependencies]
datasets=">=2.15.0"
deepspeed={version=">=0.12.6", extras=["deepspeed"], optional=false}
einops=">=0.6"
mpi4py={version=">=3.1.5", extras=["deepspeed"], optional=true}
pydantic=">=2.5.2"
python=">=3.10, <3.12"
strenum=">=0.4.15"
tokenizers=">=0.15.0"
torch=">=2.1.1"
transformers=">=4.35.2"
wandb=">=0.16.1"
zstandard=">=0.22.0" # Required for downloading datasets such as The Pile
zstandard=">=0.22.0"

[tool.poetry.group]
[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 5792e55

Please sign in to comment.