Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
ebdb56e1
"...git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "6a39ba85fe0f2fff9494b5eccea717c93510c230"
Commit
ebdb56e1
authored
Aug 05, 2025
by
zhuwenwen
Browse files
update numpy version
parent
7c51c698
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
requirements/common.txt
requirements/common.txt
+2
-2
No files found.
requirements/common.txt
View file @
ebdb56e1
...
@@ -2,7 +2,7 @@ regex # Replace re for higher-performance regex matching
...
@@ -2,7 +2,7 @@ regex # Replace re for higher-performance regex matching
cachetools
cachetools
psutil
psutil
sentencepiece # Required for LLaMA tokenizer.
sentencepiece # Required for LLaMA tokenizer.
numpy
numpy
== 1.25
requests >= 2.26.0
requests >= 2.26.0
tqdm
tqdm
blake3
blake3
...
@@ -33,7 +33,7 @@ pyzmq >= 25.0.0
...
@@ -33,7 +33,7 @@ pyzmq >= 25.0.0
msgspec
msgspec
gguf >= 0.13.0
gguf >= 0.13.0
importlib_metadata; python_version < '3.10'
importlib_metadata; python_version < '3.10'
mistral_common[image,audio] >= 1.8.2
mistral_common[image,audio] >=
1.5.4 # requires numpy>=1.25 #
1.8.2
opencv-python-headless >= 4.11.0 # required for video IO
opencv-python-headless >= 4.11.0 # required for video IO
pyyaml
pyyaml
six>=1.16.0; python_version > '3.11' # transitive dependency of pandas that needs to be the latest version for python 3.12
six>=1.16.0; python_version > '3.11' # transitive dependency of pandas that needs to be the latest version for python 3.12
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment