We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ef47e commit 435b596Copy full SHA for 435b596
.github/workflows/upstream.yml
@@ -52,7 +52,7 @@ jobs:
52
ref: hpu-support
53
repository: huggingface/transformers
54
55
- - name: Install Transformers with Accelerate and DeepSpeed
+ - name: Install Transformers with Accelerate & DeepSpeed
56
run: |
57
pip install -e .[testing] "numpy<2.0.0" scipy scikit-learn \
58
git+https://github.com/huggingface/accelerate.git@hpu-support \
@@ -120,7 +120,7 @@ jobs:
120
121
repository: huggingface/accelerate
122
123
- - name: Install Accelerate with Transformers and DeepSpeed
+ - name: Install Accelerate with Transformers & DeepSpeed
124
125
pip install -e .[testing] \
126
git+https://github.com/HabanaAI/DeepSpeed.git@1.20.0 \
0 commit comments