Skip to content

Commit 2e2e66d

Browse files
committed
fix deepspeed job
1 parent f74d7da commit 2e2e66d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/self-scheduled.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,10 @@ jobs:
336336
working-directory: ${{ inputs.working-directory-prefix }}/transformers
337337
run: git fetch && git checkout ${{ github.sha }}
338338

339+
# TODO: update the docker image instead
340+
- name: Reinstall some packages with specific versions
341+
run: python3 -m pip install numpy==1.24.3 numba==0.61.0 scipy==1.12.0 scikit-learn==1.6.1
342+
339343
- name: Reinstall transformers in edit mode (remove the one installed during docker image build)
340344
working-directory: ${{ inputs.working-directory-prefix }}/transformers
341345
run: python3 -m pip uninstall -y transformers && python3 -m pip install -e .
@@ -382,7 +386,7 @@ jobs:
382386
run: pip freeze
383387

384388
- name: Set `machine_type` for report and artifact names
385-
working-directory: /transformers
389+
working-directory: ${{ inputs.working-directory-prefix }}/transformers
386390
shell: bash
387391
run: |
388392
echo "${{ matrix.machine_type }}"

0 commit comments

Comments
 (0)