Skip to content

Commit

Permalink
Update to build via git for accelerate (huggingface#17084)
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr authored and Narsil committed May 12, 2022
1 parent 7587a82 commit 355db74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion examples/pytorch/_tests_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 355db74

Please # to comment.