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
35b7a055
Unverified
Commit
35b7a055
authored
Jan 31, 2025
by
Kevin H. Luu
Committed by
GitHub
Jan 31, 2025
Browse files
[ci] Upgrade transformers to 4.48.2 in CI dependencies (#12599)
parent
1867c258
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
requirements-common.txt
requirements-common.txt
+1
-1
requirements-test.in
requirements-test.in
+1
-1
requirements-test.txt
requirements-test.txt
+3
-2
No files found.
requirements-common.txt
View file @
35b7a055
...
@@ -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.4
5
.2 # Required for
Llama 3.2 and Qwen2-VL
.
transformers >= 4.4
8
.2 # Required for
Bamba
.
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'
...
...
requirements-test.in
View file @
35b7a055
...
@@ -27,7 +27,7 @@ matplotlib # required for qwen-vl test
...
@@ -27,7 +27,7 @@ matplotlib # required for qwen-vl test
mistral_common[opencv] >= 1.5.0 # required for pixtral test
mistral_common[opencv] >= 1.5.0 # required for pixtral test
datamodel_code_generator # required for minicpm3 test
datamodel_code_generator # required for minicpm3 test
lm-eval[api]==0.4.4 # required for model evaluation test
lm-eval[api]==0.4.4 # required for model evaluation test
transformers==4.48.2
# quantization
# quantization
bitsandbytes>=0.45.0
bitsandbytes>=0.45.0
buildkite-test-collector==0.1.9
buildkite-test-collector==0.1.9
...
...
requirements-test.txt
View file @
35b7a055
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
# by the following command:
#
#
#
python3.12 -m piptools compile requirements-test.in -o requirements-test.txt
# python3.12 -m piptools compile requirements-test.in -o requirements-test.txt
#
#
absl-py==2.1.0
absl-py==2.1.0
# via rouge-score
# via rouge-score
...
@@ -617,8 +617,9 @@ tqdm==4.66.6
...
@@ -617,8 +617,9 @@ tqdm==4.66.6
# transformers
# transformers
tqdm-multiprocess==0.0.11
tqdm-multiprocess==0.0.11
# via lm-eval
# via lm-eval
transformers==4.4
7.0
transformers==4.4
8.2
# via
# via
# -r requirements-test.in
# genai-perf
# genai-perf
# lm-eval
# lm-eval
# peft
# peft
...
...
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