Skip to content

Commit

Permalink
use rocm docker
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud committed Jan 8, 2025
1 parent 903c9f3 commit 50bf923
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,9 @@ jobs:
rocm:
runs-on: [self-hosted, rocm]
container:
image: 10.0.14.248:5000/modelcloud/gptqmodel:github-ci-v6-base
image: 10.0.14.248:5000/modelcloud/gptqmodel:github-ci-v6-rocm
steps:
- uses: actions/checkout@v4
# - name: install rocm
# run: uv pip install "http://10.0.14.248/files/pytorch/torch-2.5.1+rocm6.2-cp312-cp312-linux_x86_64.whl" "http://10.0.14.248/files/pytorch/pytorch_triton_rocm-3.1.0-cp312-cp312-linux_x86_64.whl" -U --index-url https://download.pytorch.org/whl/rocm6.2

- name: install
run: pip install .
Expand Down

0 comments on commit 50bf923

Please sign in to comment.