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
0890ebc1
Commit
0890ebc1
authored
Jan 08, 2025
by
zhuwenwen
Browse files
resolve transformers version conflicts with lmslim
parent
a9c53382
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
requirements-common.txt
requirements-common.txt
+1
-1
No files found.
requirements-common.txt
View file @
0890ebc1
...
@@ -5,7 +5,7 @@ requests >= 2.26.0
...
@@ -5,7 +5,7 @@ requests >= 2.26.0
tqdm
tqdm
blake3
blake3
py-cpuinfo
py-cpuinfo
transformers
>
= 4.45.2 # Required for Llama 3.2 and Qwen2-VL.
transformers
=
= 4.45.2 # Required for Llama 3.2 and Qwen2-VL.
tokenizers >= 0.19.1 # Required for Llama 3.
tokenizers >= 0.19.1 # Required for Llama 3.
protobuf # Required by LlamaTokenizer.
protobuf # Required by LlamaTokenizer.
fastapi >= 0.107.0, < 0.113.0; python_version < '3.9'
fastapi >= 0.107.0, < 0.113.0; python_version < '3.9'
...
...
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