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
b1b92f4a
Unverified
Commit
b1b92f4a
authored
May 12, 2023
by
Patrick von Platen
Committed by
GitHub
May 12, 2023
Browse files
Don't install accelerate and transformers from source (#3415)
parent
7f6373d2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
.github/workflows/push_tests_fast.yml
.github/workflows/push_tests_fast.yml
+2
-4
No files found.
.github/workflows/push_tests_fast.yml
View file @
b1b92f4a
...
...
@@ -62,8 +62,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
:
|
...
...
@@ -137,8 +135,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