|
60 | 60 | # must include 8.0 in addition to the newer targets. |
61 | 61 | TORCH_CUDA_ARCH_LIST: 8.0;8.6;8.9;9.0;12.0 |
62 | 62 | PYTORCH_ALLOC_CONF: 'expandable_segments:True' |
63 | | - RUNNER: 10.0.13.254 |
| 63 | + RUNNER: 10.0.13.31 |
64 | 64 | XEON5: 10.0.14.249 |
65 | | - GPU_ALLOCATOR_URL: http://10.0.13.254/gpu |
| 65 | + GPU_ALLOCATOR_URL: http://10.0.13.31/gpu |
66 | 66 | LOGBAR_ANIMATION: '0' |
67 | 67 | CUDA_VERSION: 130 |
68 | 68 | UV_TORCH_BACKEND: cu130 |
@@ -231,7 +231,7 @@ jobs: |
231 | 231 | check-torch: |
232 | 232 | runs-on: [ self-hosted, xeon5 ] |
233 | 233 | container: |
234 | | - image: 10.0.13.254:5000/nvidia/cuda:130-ubuntu24.04_0325 |
| 234 | + image: 10.0.13.31:5000/nvidia/cuda:130-ubuntu24.04_0612 |
235 | 235 | options: --device /dev/dri --ipc=host --runtime=nvidia --gpus all |
236 | 236 | volumes: |
237 | 237 | - /monster/ci/env/entrypoint.sh:/entrypoint.sh |
@@ -279,7 +279,7 @@ jobs: |
279 | 279 | fi |
280 | 280 | if python -VV 2>&1 | grep -q '3\.14.*free-threading'; then |
281 | 281 | echo "[INFO] Python 3.14t detected, installing torchao..." |
282 | | - uv pip install http://10.0.13.254/files/torchao-0.18.0+git13cd013d6-cp314-cp314t-linux_x86_64.whl |
| 282 | + uv pip install http://10.0.13.31/files/torchao-0.18.0+git13cd013d6-cp314-cp314t-linux_x86_64.whl |
283 | 283 | else |
284 | 284 | echo "[INFO] Current Python is not 3.14t, skip torchao." |
285 | 285 | fi |
@@ -310,24 +310,13 @@ jobs: |
310 | 310 | fi |
311 | 311 | if python -VV 2>&1 | grep -q '3\.14.*free-threading'; then |
312 | 312 | echo "[INFO] Python 3.14t detected, installing torchao..." |
313 | | - uv pip install http://10.0.13.254/files/torchao-0.18.0+git13cd013d6-cp314-cp314t-linux_x86_64.whl |
| 313 | + uv pip install http://10.0.13.31/files/torchao-0.18.0+git13cd013d6-cp314-cp314t-linux_x86_64.whl |
314 | 314 | else |
315 | 315 | echo "[INFO] Current Python is not 3.14t, skip torchao." |
316 | 316 | fi |
317 | 317 | |
318 | 318 | ${{ matrix.install_cmd }} |
319 | 319 |
|
320 | | - debug-docker: |
321 | | - runs-on: [ self-hosted, xeon5 ] |
322 | | - steps: |
323 | | - - run: | |
324 | | - echo "RUNNER_NAME=$RUNNER_NAME" |
325 | | - echo "RUNNER_OS=$RUNNER_OS" |
326 | | - hostname |
327 | | - hostname -I || true |
328 | | - ip -br addr || true |
329 | | - docker info | sed -n '/Insecure Registries:/,/Live Restore Enabled:/p' |
330 | | -
|
331 | 320 | setuptools-compatibility: |
332 | 321 | uses: ./.github/workflows/setuptools_compatibility_reusable.yml |
333 | 322 | with: |
|
0 commit comments