Skip to content

Commit f07d513

Browse files
authored
[build][misc] limit numpy version (#5582)
1 parent 4a67690 commit f07d513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake >= 3.21
22
ninja # For faster builds.
33
psutil
44
sentencepiece # Required for LLaMA tokenizer.
5-
numpy
5+
numpy < 2.0.0
66
requests
77
py-cpuinfo
88
transformers >= 4.40.0 # Required for StarCoder2 & Llava, Llama 3.

0 commit comments

Comments
 (0)