Skip to content

Commit

Permalink
update runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara Adkins committed May 3, 2024
1 parent 8fbb5ec commit bd9e9bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- name: "🔬 Running onnx tests"
run: make test TARGETS=onnx
pytorch-tests:
runs-on: aws-avx2-64G
runs-on: ubuntu-22.04
env:
SPARSEZOO_TEST_MODE: "true"
CLEARML_WEB_HOST: ${{ secrets.CLEARML_WEB_HOST }}
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- name: "🔬 Running pytorch tests"
run: make test TARGETS=pytorch
compat-pytorch-1_9-pytorch-tests:
runs-on: aws-avx2-64G
runs-on: ubuntu-22.04
env:
SPARSEZOO_TEST_MODE: "true"
CLEARML_WEB_HOST: ${{ secrets.CLEARML_WEB_HOST }}
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
- name: "🔬 Running onnx tests"
run: make test TARGETS=onnx
transformers-tests:
runs-on: aws-avx2-64G
runs-on: ubuntu-22.04
env:
SPARSEZOO_TEST_MODE: "true"
CLEARML_WEB_HOST: ${{ secrets.CLEARML_WEB_HOST }}
Expand Down

0 comments on commit bd9e9bf

Please sign in to comment.