Skip to content

Commit

Permalink
Undo pinning transformers
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams committed Sep 3, 2024
1 parent 805a9bc commit 6fc3986
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nv-a6000-fastgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ jobs:
python -c "import torch; print('CUDA available:', torch.cuda.is_available())"
- name: Install transformers
run: |
git clone https://github.com/huggingface/transformers
git clone --depth=1 https://github.com/huggingface/transformers
cd transformers
git checkout v4.44.2
git rev-parse --short HEAD
python -m pip install .
- name: Install deepspeed
Expand Down

0 comments on commit 6fc3986

Please sign in to comment.