diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8bced628d..4969de75d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,6 @@ jobs: pytorch: 2.1.2 axolotl_extras: axolotl_args: "--extra-index-url https://download.pytorch.org/whl/cu118" - is_latest: true - cuda: 121 cuda_version: 12.1.0 python_version: "3.10" @@ -33,8 +32,9 @@ jobs: - cuda: 121 cuda_version: 12.1.0 python_version: "3.11" - pytorch: 2.3.0 + pytorch: 2.3.1 axolotl_extras: + is_latest: true runs-on: axolotl-gpu-runner steps: - name: Checkout @@ -80,7 +80,6 @@ jobs: python_version: "3.10" pytorch: 2.1.2 axolotl_extras: - is_latest: true - cuda: 121 cuda_version: 12.1.0 python_version: "3.10" @@ -94,8 +93,9 @@ jobs: - cuda: 121 cuda_version: 12.1.0 python_version: "3.11" - pytorch: 2.3.0 + pytorch: 2.3.1 axolotl_extras: + is_latest: true runs-on: axolotl-gpu-runner steps: - name: Checkout @@ -136,7 +136,7 @@ jobs: - cuda: 121 cuda_version: 12.1.0 python_version: "3.11" - pytorch: 2.3.0 + pytorch: 2.3.1 axolotl_extras: runs-on: axolotl-gpu-runner steps: diff --git a/.github/workflows/nightlies.yml b/.github/workflows/nightlies.yml index 6dc22b6bf..770954b85 100644 --- a/.github/workflows/nightlies.yml +++ b/.github/workflows/nightlies.yml @@ -18,7 +18,6 @@ jobs: pytorch: 2.1.2 axolotl_extras: axolotl_args: "--extra-index-url https://download.pytorch.org/whl/cu118" - is_latest: true - cuda: 121 cuda_version: 12.1.0 python_version: "3.10" @@ -32,8 +31,9 @@ jobs: - cuda: 121 cuda_version: 12.1.0 python_version: "3.11" - pytorch: 2.3.0 + pytorch: 2.3.1 axolotl_extras: + is_latest: true runs-on: axolotl-gpu-runner steps: - name: Checkout @@ -80,7 +80,6 @@ jobs: python_version: "3.10" pytorch: 2.1.2 axolotl_extras: - is_latest: true - cuda: 121 cuda_version: 12.1.0 python_version: "3.10" @@ -94,8 +93,9 @@ jobs: - cuda: 121 cuda_version: 12.1.0 python_version: "3.11" - pytorch: 2.3.0 + pytorch: 2.3.1 axolotl_extras: + is_latest: true runs-on: axolotl-gpu-runner steps: - name: Checkout diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2e2d0968d..610e1b43e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -87,7 +87,7 @@ jobs: - cuda: 121 cuda_version: 12.1.0 python_version: "3.11" - pytorch: 2.3.0 + pytorch: 2.3.1 num_gpus: 1 steps: - name: Checkout