Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
10014258
Unverified
Commit
10014258
authored
Mar 16, 2025
by
Sayak Paul
Committed by
GitHub
Mar 16, 2025
Browse files
[CI] pin transformers version for benchmarking. (#11067)
pin transformers version for benchmarking.
parent
82188cef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.github/workflows/benchmark.yml
.github/workflows/benchmark.yml
+1
-0
No files found.
.github/workflows/benchmark.yml
View file @
10014258
...
...
@@ -38,6 +38,7 @@ jobs:
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
python -m uv pip install -e [quality,test]
python -m uv pip install pandas peft
python -m uv pip uninstall transformers && python -m uv pip install transformers==4.48.0
-
name
:
Environment
run
:
|
python utils/print_env.py
...
...
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