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
OpenDAS
diffusers
Commits
f0fa17dd
Unverified
Commit
f0fa17dd
authored
Apr 17, 2024
by
Dhruv Nair
Committed by
GitHub
Apr 17, 2024
Browse files
Don't install PEFT with UV in slow tests (#7697)
* update * update
parent
c726d02b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
.github/workflows/push_tests.yml
.github/workflows/push_tests.yml
+1
-6
No files found.
.github/workflows/push_tests.yml
View file @
f0fa17dd
...
...
@@ -71,7 +71,6 @@ jobs:
nvidia-smi
-
name
:
Install dependencies
run
:
|
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
python -m uv pip install -e [quality,test]
python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git
...
...
@@ -121,7 +120,6 @@ jobs:
-
name
:
Install dependencies
run
:
|
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
python -m uv pip install -e [quality,test]
python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git
...
...
@@ -171,11 +169,10 @@ jobs:
-
name
:
Install dependencies
run
:
|
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
python -m uv pip install -e [quality,test]
python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git
python -m
uv
pip install peft@git+https://github.com/huggingface/peft.git
python -m pip install
-U
peft@git+https://github.com/huggingface/peft.git
-
name
:
Environment
run
:
|
...
...
@@ -222,7 +219,6 @@ jobs:
-
name
:
Install dependencies
run
:
|
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
python -m uv pip install -e [quality,test]
python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git
...
...
@@ -270,7 +266,6 @@ jobs:
-
name
:
Install dependencies
run
:
|
python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
python -m uv pip install -e [quality,test]
python -m uv pip install accelerate@git+https://github.com/huggingface/accelerate.git
...
...
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