From 0f198b187a95597eab42bc11769a7a7cba4c933b Mon Sep 17 00:00:00 2001 From: CSY-ModelCloud Date: Mon, 20 Oct 2025 09:48:26 +0800 Subject: [PATCH] [CI] update CI runner's ip --- .github/workflows/unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index c5f56eed5..c34f47e61 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -61,7 +61,7 @@ env: PYTORCH_ALLOC_CONF: 'expandable_segments:True' MAX_JOBS: 4 RUNNER: 10.0.13.31 - XEON5: 10.0.14.248 + XEON5: 10.0.14.249 CUDA_VERSION: 128 TORCH_VERSION: 2.8.0 PYTHON_VERSION: 312 # use 312, no need to recompile libs like flash_attn...