We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435b596 commit adf02ffCopy full SHA for adf02ff
1 file changed
.github/workflows/upstream.yml
@@ -55,7 +55,7 @@ jobs:
55
- 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 \
+ git+https://github.com/huggingface/accelerate.git \
59
git+https://github.com/HabanaAI/DeepSpeed.git@1.20.0
60
61
- name: Run Trainer tests
@@ -117,7 +117,6 @@ jobs:
117
- name: Checkout to Accelerate
118
uses: actions/checkout@v4
119
with:
120
- ref: hpu-support
121
repository: huggingface/accelerate
122
123
- name: Install Accelerate with Transformers & DeepSpeed
0 commit comments