use modal==1.0.2 for nightlies and for cli (#2925) [skip ci]

* use modal==1.0.2 for nightlies and for cli

* use latest cce fork for upstream changes

* increase timeout
This commit is contained in:
Wing Lian
2025-07-15 20:31:23 -04:00
committed by GitHub
parent 10ba1622f7
commit 942005f526
6 changed files with 7 additions and 7 deletions

View File

@@ -92,7 +92,7 @@ jobs:
if: github.repository_owner == 'axolotl-ai-cloud'
# this job needs to be run on self-hosted GPU runners...
runs-on: [self-hosted, modal]
timeout-minutes: 60
timeout-minutes: 120
needs: [pre-commit, pytest]
strategy:
@@ -116,7 +116,7 @@ jobs:
- name: Install Modal
run: |
python -m pip install --upgrade pip
pip install modal==0.71.8 jinja2
pip install modal==1.0.2 jinja2
- name: Update env vars
run: |
echo "BASE_TAG=main-base-py${{ matrix.python_version }}-cu${{ matrix.cuda }}-${{ matrix.pytorch }}" >> $GITHUB_ENV