Skip to content

Commit

Permalink
Pin transformers in nv-inference (deepspeedai#4606)
Browse files Browse the repository at this point in the history
      nv-inference is failing due to changes on the transformers side. Sample
passing build
[here](https://github.com/microsoft/DeepSpeed/actions/runs/6619077509/job/17978847686#step:5:19)
and sample failing build
[here](https://github.com/microsoft/DeepSpeed/actions/runs/6619077509/job/18349776000#step:5:19)
  • Loading branch information
loadams authored Nov 3, 2023
1 parent 2cbfdc7 commit 737ef29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nv-inference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
git clone https://github.com/huggingface/transformers
cd transformers
git checkout f370bebdc
git rev-parse --short HEAD
pip install .
Expand Down

0 comments on commit 737ef29

Please sign in to comment.