Skip to content

Commit

Permalink
Set litdata < 0.2.6 (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca authored May 8, 2024
1 parent 1709eaa commit 3dabe80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ all = [
"sentencepiece>=0.2.0", # llama-based models
"tokenizers>=0.15.2", # pythia, falcon, redpajama
"requests>=2.31.0", # litgpt.data
"litdata>=0.2.2", # litgpt.data
"litdata>=0.2.2,<0.2.6", # litgpt.data
"litserve>=0.1.0", # litgpt.deploy
"zstandard>=0.22.0", # litgpt.data.prepare_slimpajama.py
"pandas>=1.9.0", # litgpt.data.prepare_starcoder.py
Expand Down

0 comments on commit 3dabe80

Please sign in to comment.