diff --git a/.github/workflows/regression_test.yml b/.github/workflows/regression_test.yml index 8002c6f2e9..5a0208b3cc 100644 --- a/.github/workflows/regression_test.yml +++ b/.github/workflows/regression_test.yml @@ -24,18 +24,18 @@ jobs: - name: CUDA 2.2.2 runs-on: 4-core-ubuntu-gpu-t4 torch-spec: 'torch==2.2.2' - - name: CUDA 2.3 RC + - name: CUDA 2.3 runs-on: 4-core-ubuntu-gpu-t4 - torch-spec: 'torch==2.3.0 --index-url https://download.pytorch.org/whl/test/cu121' + torch-spec: 'torch==2.3.0' - name: CUDA Nightly runs-on: 4-core-ubuntu-gpu-t4 torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cu121' - name: CPU 2.2.2 runs-on: 32-core-ubuntu torch-spec: 'torch==2.2.2 --index-url https://download.pytorch.org/whl/cpu' - - name: CPU 2.3 RC + - name: CPU 2.3 runs-on: 32-core-ubuntu - torch-spec: 'torch==2.3.0 --index-url https://download.pytorch.org/whl/test/cpu' + torch-spec: 'torch==2.3.0 --index-url https://download.pytorch.org/whl/cpu' - name: Nightly CPU runs-on: 32-core-ubuntu torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cpu'