@@ -19,11 +19,11 @@ on:
|
19 | 19 | |
20 | 20 | env: |
21 | 21 | ref: ${{ github.event.inputs.ref || github.ref }} |
22 | | -CUDA_VERSION: 128 |
23 | | -UV_TORCH_BACKEND: cu128 |
24 | | -TORCH_VERSION: 2.8.0 |
25 | | -PYTHON_VERSION: 3.12 # use 312, no need to recompile libs like flash_attn... |
26 | | -UV_PYTHON: python3.12 |
| 22 | +CUDA_VERSION: 130 |
| 23 | +UV_TORCH_BACKEND: cu130 |
| 24 | +TORCH_VERSION: 2.11.0 |
| 25 | +PYTHON_VERSION: 3.14 |
| 26 | +UV_PYTHON: python3.14 |
27 | 27 | |
28 | 28 | concurrency: |
29 | 29 | group: ${{ github.ref }}-workflow-unit-tests |
|
69 | 69 | - list-test-files |
70 | 70 | runs-on: [ self-hosted, xeon5 ] |
71 | 71 | container: |
72 | | -image: 10.0.13.31:5000/nvidia/cuda:128-ubuntu22.04_0206 |
| 72 | +image: 10.0.13.31:5000/nvidia/cuda:128-ubuntu24.04_0325 |
73 | 73 | options: --device /dev/dri --ipc=host --runtime=nvidia --gpus all |
74 | 74 | volumes: |
75 | 75 | - /monster/ci/env/entrypoint.sh:/entrypoint.sh |
@@ -151,9 +151,9 @@ jobs:
|
151 | 151 | |
152 | 152 | - name: Install |
153 | 153 | run: | |
154 | | - pip install pip pytest regex setuptools build wheel -U |
| 154 | + uv pip install pip pytest regex setuptools build wheel -U |
155 | 155 | uv pip install -r requirements.txt |
156 | | - pip install -v . |
| 156 | + uv pip install -v . |
157 | 157 | |
158 | 158 | - name: Test ${{ matrix.test_script }} |
159 | 159 | run: | |
|