File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: Unit and integration tests
22
33on :
44 workflow_dispatch :
5- # pull_request:
6- # branches: [main]
7- # push:
8- # branches: [main]
5+ pull_request :
6+ branches : [main]
7+ push :
8+ branches : [main]
99
1010concurrency :
1111 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Original file line number Diff line number Diff line change 5454 - name : Install Transformers with Accelerate & DeepSpeed
5555 run : |
5656 pip install -e .[testing] "numpy<2.0.0" scipy scikit-learn \
57- git+https://github.com/huggingface/accelerate .git \
58- git+https://github.com/HabanaAI/DeepSpeed .git@1.20.0
57+ git+https://github.com/HabanaAI/DeepSpeed .git@1.20.0 \
58+ git+https://github.com/huggingface/accelerate .git
5959
6060 - name : Run Trainer tests
6161 run : |
@@ -121,8 +121,8 @@ jobs:
121121 - name : Install Accelerate with Transformers & DeepSpeed
122122 run : |
123123 pip install -e .[testing] \
124- git+https://github.com/HabanaAI/DeepSpeed .git@1.20.0 \
125- git+https://github.com/huggingface/transformers .git
124+ git+https://github.com/huggingface/transformers .git \
125+ git+https://github.com/HabanaAI/DeepSpeed .git@1.20.0
126126
127127 - name : Run CLI tests
128128 run : |
You can’t perform that action at this time.
0 commit comments