Skip to content

Commit 438bcaa

Browse files
committed
fix cuda tar_dir
1 parent 76b227f commit 438bcaa

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/configs/cuda.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
# Test configurations are defined in tests/test_utils/config/platforms/cuda.yaml
44

55
hardware_name: cuda
6-
display_name: "CUDA Tests"
6+
display_name: 'CUDA Tests'
77

88
# Docker image for this hardware
99
ci_image: harbor.baai.ac.cn/flagos/flagscale:cuda12.8.1-cudnn9.7.1-python3.12-torch2.7.0-time2507111538
1010
ci_train_image: harbor.baai.ac.cn/flagscale/flagscale-train:dev-cu128-py3.12-20260228210721
1111
ci_inference_image: harbor.baai.ac.cn/flagscale/flagscale-inference:dev-cu128-py3.12-20260302102033
1212

1313
# Directory to store image tar files (shared between build and push workflows)
14-
tar_dir: /mnt/airs-business/cicd/image_tar
14+
tar_dir: /data/image_tar
1515

1616
# Runner labels for this hardware
1717
runner_labels: ['flagscale-nvidia-a100-gpu2-32c-128g']
@@ -52,14 +52,14 @@ container_options: >-
5252
# 2. Ensure uv is installed in the Docker image
5353
# 3. Set env_path to the virtual environment path (e.g., "/opt/venv")
5454
#
55-
pkg_mgr: "conda" # Current: conda for CI/CD compatibility
55+
pkg_mgr: 'conda' # Current: conda for CI/CD compatibility
5656

5757
# Environment path (venv path for uv, conda installation path for conda)
58-
env_path: "/root/miniconda3"
58+
env_path: '/root/miniconda3'
5959

6060
# Conda environment name (for conda only)
6161
env_names:
62-
train: "flagscale-train"
63-
hetero_train: "flagscale-train"
64-
inference: "flagscale-inference"
65-
rl: "flagscale-rl"
62+
train: 'flagscale-train'
63+
hetero_train: 'flagscale-train'
64+
inference: 'flagscale-inference'
65+
rl: 'flagscale-rl'

0 commit comments

Comments
 (0)