File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020env :
2121 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
2727
2828concurrency :
2929 group : ${{ github.ref }}-workflow-unit-tests
6969 - list-test-files
7070 runs-on : [ self-hosted, xeon5 ]
7171 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
7373 options : --device /dev/dri --ipc=host --runtime=nvidia --gpus all
7474 volumes :
7575 - /monster/ci/env/entrypoint.sh:/entrypoint.sh
@@ -151,9 +151,9 @@ jobs:
151151
152152 - name : Install
153153 run : |
154- pip install pip pytest regex setuptools build wheel -U
154+ uv pip install pip pytest regex setuptools build wheel -U
155155 uv pip install -r requirements.txt
156- pip install -v .
156+ uv pip install -v .
157157
158158 - name : Test ${{ matrix.test_script }}
159159 run : |
You can’t perform that action at this time.
0 commit comments