Skip to content

Commit

Permalink
Update A6000 tests transformers version (#7016)
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Adams <[email protected]>
Co-authored-by: Stas Bekman <[email protected]>
  • Loading branch information
loadams and stas00 authored Feb 8, 2025
1 parent 301bc28 commit a83ab17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nv-a6000.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
run: |
git clone https://github.com/huggingface/transformers
cd transformers
git checkout v4.47.1
# if you need to use an older transformers version temporarily in case of breakage
# git checkout v4.47.1
git rev-parse --short HEAD
python -m pip install .
- name: Install deepspeed
Expand Down

0 comments on commit a83ab17

Please sign in to comment.