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
gaoqiong
lm-evaluation-harness
Commits
aa72104b
Unverified
Commit
aa72104b
authored
Dec 30, 2024
by
Baber Abbasi
Committed by
GitHub
Dec 30, 2024
Browse files
fix model tests (#2604)
upgrade transformers and peft in CI
parent
59f9ad4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.github/workflows/unit_tests.yml
.github/workflows/unit_tests.yml
+1
-0
No files found.
.github/workflows/unit_tests.yml
View file @
aa72104b
...
@@ -85,5 +85,6 @@ jobs:
...
@@ -85,5 +85,6 @@ jobs:
run
:
|
run
:
|
python -m pip install --upgrade pip
python -m pip install --upgrade pip
pip install -e '.[dev,optimum,deepsparse,sparseml,api]' --extra-index-url https://download.pytorch.org/whl/cpu
pip install -e '.[dev,optimum,deepsparse,sparseml,api]' --extra-index-url https://download.pytorch.org/whl/cpu
pip install -U transformers peft
-
name
:
Test with pytest
-
name
:
Test with pytest
run
:
python -m pytest tests/models --showlocals -s -vv
run
:
python -m pytest tests/models --showlocals -s -vv
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