Skip to content

Commit

Permalink
Update A6000 tests transformers version (deepspeedai#7016)
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Adams <loadams@microsoft.com>
Co-authored-by: Stas Bekman <stas00@users.noreply.github.com>
Signed-off-by: yisheng <yi.sheng@intel.com>
  • Loading branch information
2 people authored and ys950902 committed Mar 6, 2025
1 parent bfdfa43 commit b0faded
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 b0faded

Please sign in to comment.