Skip to content

Commit 435b596

Browse files
trigger
1 parent e2ef47e commit 435b596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
ref: hpu-support
5353
repository: huggingface/transformers
5454

55-
- name: Install Transformers with Accelerate and DeepSpeed
55+
- name: Install Transformers with Accelerate & DeepSpeed
5656
run: |
5757
pip install -e .[testing] "numpy<2.0.0" scipy scikit-learn \
5858
git+https://github.com/huggingface/accelerate.git@hpu-support \
@@ -120,7 +120,7 @@ jobs:
120120
ref: hpu-support
121121
repository: huggingface/accelerate
122122

123-
- name: Install Accelerate with Transformers and DeepSpeed
123+
- name: Install Accelerate with Transformers & DeepSpeed
124124
run: |
125125
pip install -e .[testing] \
126126
git+https://github.com/HabanaAI/DeepSpeed.git@1.20.0 \

0 commit comments

Comments
 (0)