Skip to content

Commit

Permalink
Temporarily checkout PR branch in the nv-accelerate-v100 pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
adk9 committed May 30, 2024
1 parent 8c982d2 commit a04de7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nv-accelerate-v100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
unset TORCH_CUDA_ARCH_LIST # only jit compile for current arch
git clone https://github.com/huggingface/accelerate
cd accelerate
git fetch origin pull/2814/head:pr-2814 && git checkout pr-2814
git rev-parse --short HEAD
# installing dependencies
pip install .[testing]
Expand Down

0 comments on commit a04de7f

Please # to comment.