From a022f77801d544ed4bb677f8398b65cfc47c9dd1 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Sat, 9 Aug 2025 14:34:47 -0400 Subject: [PATCH] fix vllm tagging and add cloud images w/o tmux --- .github/workflows/main.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8913002464..3daf39e43f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -98,6 +98,12 @@ jobs: python_version: "3.11" pytorch: 2.7.1 axolotl_extras: + is_latest: + - cuda: 126 + cuda_version: 12.6.3 + python_version: "3.11" + pytorch: 2.7.1 + axolotl_extras: vllm is_latest: true - cuda: 128 cuda_version: 12.8.1 @@ -151,6 +157,18 @@ jobs: python_version: "3.11" pytorch: 2.6.0 axolotl_extras: + - cuda: 126 + cuda_version: 12.6.3 + python_version: "3.11" + pytorch: 2.7.1 + axolotl_extras: + is_latest: + - cuda: 126 + cuda_version: 12.6.3 + python_version: "3.11" + pytorch: 2.7.1 + axolotl_extras: vllm + is_latest: true runs-on: axolotl-gpu-runner steps: - name: Checkout