Skip to content

Commit

Permalink
Add fairscale and deepspeed back to the CI (huggingface#11147)
Browse files Browse the repository at this point in the history
* Add fairscale and deepspeed back to the CI

* Add deepspeed to single GPU tests
  • Loading branch information
LysandreJik authored and Iwontbecreative committed Jul 15, 2021
1 parent be2b07f commit 43eefba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/self-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
apt -y update && apt install -y libsndfile1-dev
pip install --upgrade pip
pip install .[sklearn,testing,onnxruntime,sentencepiece,speech]
pip install deepspeed
- name: Are GPUs recognized by our DL frameworks
run: |
Expand Down Expand Up @@ -156,6 +157,8 @@ jobs:
apt -y update && apt install -y libsndfile1-dev
pip install --upgrade pip
pip install .[sklearn,testing,onnxruntime,sentencepiece,speech]
pip install fairscale
pip install deepspeed
- name: Are GPUs recognized by our DL frameworks
run: |
Expand Down

0 comments on commit 43eefba

Please sign in to comment.