Unverified Commit f07d5133 authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

[build][misc] limit numpy version (#5582)

parent 4a676905
...@@ -2,7 +2,7 @@ cmake >= 3.21 ...@@ -2,7 +2,7 @@ cmake >= 3.21
ninja # For faster builds. ninja # For faster builds.
psutil psutil
sentencepiece # Required for LLaMA tokenizer. sentencepiece # Required for LLaMA tokenizer.
numpy numpy < 2.0.0
requests requests
py-cpuinfo py-cpuinfo
transformers >= 4.40.0 # Required for StarCoder2 & Llava, Llama 3. transformers >= 4.40.0 # Required for StarCoder2 & Llava, Llama 3.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment