run cu128-2.8.0 e2e tests on B200 (#3126)

* run cu128-2.8.0 e2e tests on B200

* not an int 🤦

* fix yaml
This commit is contained in:
Wing Lian
2025-09-02 13:13:23 -04:00
committed by GitHub
parent 231a67e70b
commit 06bebcb65f
2 changed files with 4 additions and 1 deletions

View File

@@ -303,6 +303,7 @@ jobs:
python_version: "3.11"
pytorch: 2.8.0
num_gpus: 1
gpu_type: "B200"
axolotl_extras:
steps:
- name: Checkout
@@ -324,6 +325,7 @@ jobs:
echo "CUDA=${{ matrix.cuda }}" >> $GITHUB_ENV
echo "MODAL_IMAGE_BUILDER_VERSION=2024.10" >> $GITHUB_ENV
echo "N_GPUS=${{ matrix.num_gpus }}" >> $GITHUB_ENV
echo "GPU_TYPE=${{ matrix.gpu_type || 'L40S'}}" >> $GITHUB_ENV
echo "CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}" >> $GITHUB_ENV
echo "E2E_DOCKERFILE=${{ matrix.dockerfile || 'Dockerfile.jinja'}}" >> $GITHUB_ENV
- name: Run tests job on Modal