Skip to content

Commit

Permalink
upgrade pytorch to 2.5.1 in gptq tests
Browse files Browse the repository at this point in the history
Signed-off-by: jiqing-feng <[email protected]>
  • Loading branch information
jiqing-feng committed Dec 18, 2024
1 parent 7125fe9 commit 55bcdff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_gptq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
- name: Run tests
uses: addnab/docker-run-action@v3
with:
image: pytorch/pytorch:2.2.2-cuda12.1-cudnn8-runtime
# latest auto-gptq was built with pytorch 2.2 and cuda 12.1
image: pytorch/pytorch:2.5.1-cuda12.4-cudnn9-runtime
options: |
--rm
--gpus all
Expand Down

0 comments on commit 55bcdff

Please sign in to comment.