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
chenpangpang
transformers
Commits
ef203902
Unverified
Commit
ef203902
authored
May 04, 2022
by
Zachary Mueller
Committed by
GitHub
May 04, 2022
Browse files
Update to build via git for accelerate (#17084)
parent
bb8d4052
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
.circleci/config.yml
.circleci/config.yml
+0
-2
examples/pytorch/_tests_requirements.txt
examples/pytorch/_tests_requirements.txt
+1
-1
No files found.
.circleci/config.yml
View file @
ef203902
...
...
@@ -587,7 +587,6 @@ jobs:
-
run
:
pip install --upgrade pip
-
run
:
pip install .[sklearn,torch,sentencepiece,testing,torch-speech]
-
run
:
pip install -r examples/pytorch/_tests_requirements.txt
-
run
:
pip install git+https://github.com/huggingface/accelerate
-
save_cache
:
key
:
v0.4-torch_examples-{{ checksum "setup.py" }}
paths
:
...
...
@@ -623,7 +622,6 @@ jobs:
-
run
:
pip install --upgrade pip
-
run
:
pip install .[sklearn,torch,sentencepiece,testing,torch-speech]
-
run
:
pip install -r examples/pytorch/_tests_requirements.txt
-
run
:
pip install git+https://github.com/huggingface/accelerate
-
save_cache
:
key
:
v0.4-torch_examples-{{ checksum "setup.py" }}
paths
:
...
...
examples/pytorch/_tests_requirements.txt
View file @
ef203902
...
...
@@ -3,7 +3,7 @@ scikit-learn
seqeval
psutil
sacrebleu >= 1.4.12
accelerate
>= 0.5.0
git+https://github.com/huggingface/accelerate@main#egg=
accelerate
rouge-score
tensorflow_datasets
matplotlib
...
...
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