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
43346adc
Unverified
Commit
43346adc
authored
Nov 09, 2023
by
Dhruv Nair
Committed by
GitHub
Nov 09, 2023
Browse files
Install accelerate from PyPI in PR test runner (#5721)
install acclerate from pypi
parent
6110d7c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/pr_tests.yml
.github/workflows/pr_tests.yml
+2
-2
No files found.
.github/workflows/pr_tests.yml
View file @
43346adc
...
...
@@ -72,7 +72,7 @@ jobs:
run
:
|
apt-get update && apt-get install libsndfile1-dev libgl1 -y
python -m pip install -e .[quality,test]
python -m pip install
git+https://github.com/huggingface/
accelerate
.git
python -m pip install accelerate
-
name
:
Environment
run
:
|
...
...
@@ -115,7 +115,7 @@ jobs:
run
:
|
python -m pytest -n 2 --max-worker-restart=0 --dist=loadfile \
--make-reports=tests_${{ matrix.config.report }} \
examples/test_examples.py
examples/test_examples.py
-
name
:
Failure short reports
if
:
${{ failure() }}
...
...
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