Skip to content

Commit

Permalink
limit numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao committed Jun 16, 2024
1 parent 4a67690 commit c1c2fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake >= 3.21
ninja # For faster builds.
psutil
sentencepiece # Required for LLaMA tokenizer.
numpy
numpy < 2.0.0
requests
py-cpuinfo
transformers >= 4.40.0 # Required for StarCoder2 & Llava, Llama 3.
Expand Down

0 comments on commit c1c2fae

Please sign in to comment.