Skip to content

Commit

Permalink
[build][misc] limit numpy version (#5582)
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao authored Jun 16, 2024
1 parent 4a67690 commit f07d513
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 f07d513

Please sign in to comment.