Skip to content

Commit adf02ff

Browse files
accelerate main
1 parent 435b596 commit adf02ff

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/upstream.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install Transformers with Accelerate & DeepSpeed
5656
run: |
5757
pip install -e .[testing] "numpy<2.0.0" scipy scikit-learn \
58-
git+https://github.com/huggingface/accelerate.git@hpu-support \
58+
git+https://github.com/huggingface/accelerate.git \
5959
git+https://github.com/HabanaAI/DeepSpeed.git@1.20.0
6060
6161
- name: Run Trainer tests
@@ -117,7 +117,6 @@ jobs:
117117
- name: Checkout to Accelerate
118118
uses: actions/checkout@v4
119119
with:
120-
ref: hpu-support
121120
repository: huggingface/accelerate
122121

123122
- name: Install Accelerate with Transformers & DeepSpeed

0 commit comments

Comments
 (0)