Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Aug 14, 2024
1 parent 5586fe4 commit da8d3e4
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 @@ -25,7 +25,7 @@ classifiers = [
[project.optional-dependencies]
all = [
"tqdm", # convert_checkpoint.py
"numpy", # train.py dataset memmap
"numpy <2.0", # train.py dataset memmap
"jsonargparse[signatures]", # generate.py, convert_checkpoint.py CLI
"datasets", # evaluate.py
"zstandard", # prepare_redpajama.py"
Expand Down

0 comments on commit da8d3e4

Please sign in to comment.