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
28f40434
Unverified
Commit
28f40434
authored
May 12, 2023
by
Patrick von Platen
Committed by
GitHub
May 12, 2023
Browse files
Improve fast tests (#3416)
Update pr_tests.yml
parent
03e51269
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
.github/workflows/pr_tests.yml
.github/workflows/pr_tests.yml
+2
-4
No files found.
.github/workflows/pr_tests.yml
View file @
28f40434
...
...
@@ -69,8 +69,6 @@ jobs:
run
:
|
apt-get update && apt-get install libsndfile1-dev -y
python -m pip install -e .[quality,test]
python -m pip install -U git+https://github.com/huggingface/transformers
python -m pip install git+https://github.com/huggingface/accelerate
-
name
:
Environment
run
:
|
...
...
@@ -152,8 +150,8 @@ jobs:
${CONDA_RUN} python -m pip install --upgrade pip
${CONDA_RUN} python -m pip install -e .[quality,test]
${CONDA_RUN} python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
${CONDA_RUN} python -m pip install
git+https://github.com/huggingface/accelerat
e
${CONDA_RUN} python -m pip install
-U git+https://github.com/huggingface/
transformers
${CONDA_RUN} python -m pip install
accelerate --upgrad
e
${CONDA_RUN} python -m pip install transformers
--upgrade
-
name
:
Environment
shell
:
arch -arch arm64 bash {0}
...
...
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