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
87fa80c9
Unverified
Commit
87fa80c9
authored
Apr 18, 2024
by
Nick Hill
Committed by
GitHub
Apr 18, 2024
Browse files
[Misc] Bump transformers to latest version (#4176)
parent
e1bb2fd5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
requirements-common.txt
requirements-common.txt
+2
-1
No files found.
requirements-common.txt
View file @
87fa80c9
...
@@ -5,7 +5,8 @@ sentencepiece # Required for LLaMA tokenizer.
...
@@ -5,7 +5,8 @@ sentencepiece # Required for LLaMA tokenizer.
numpy
numpy
requests
requests
py-cpuinfo
py-cpuinfo
transformers >= 4.39.1 # Required for StarCoder2 & Llava.
transformers >= 4.40.0 # Required for StarCoder2 & Llava, Llama 3.
tokenizers >= 0.19.1 # Required for Llama 3.
fastapi
fastapi
uvicorn[standard]
uvicorn[standard]
pydantic >= 2.0 # Required for OpenAI server.
pydantic >= 2.0 # Required for OpenAI server.
...
...
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