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
03e51269
Unverified
Commit
03e51269
authored
May 12, 2023
by
Patrick von Platen
Committed by
GitHub
May 12, 2023
Browse files
Don't install transformers and accelerate from source (#3414)
parent
b1b92f4a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
.github/workflows/push_tests.yml
.github/workflows/push_tests.yml
+0
-4
No files found.
.github/workflows/push_tests.yml
View file @
03e51269
...
...
@@ -61,8 +61,6 @@ jobs:
-
name
:
Install dependencies
run
:
|
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
:
|
...
...
@@ -134,8 +132,6 @@ jobs:
-
name
:
Install dependencies
run
:
|
python -m pip install -e .[quality,test,training]
python -m pip install git+https://github.com/huggingface/accelerate
python -m pip install -U git+https://github.com/huggingface/transformers
-
name
:
Environment
run
:
|
...
...
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