|
3 | 3 | # Test configurations are defined in tests/test_utils/config/platforms/cuda.yaml |
4 | 4 |
|
5 | 5 | hardware_name: cuda |
6 | | -display_name: "CUDA Tests" |
| 6 | +display_name: 'CUDA Tests' |
7 | 7 |
|
8 | 8 | # Docker image for this hardware |
9 | 9 | ci_image: harbor.baai.ac.cn/flagos/flagscale:cuda12.8.1-cudnn9.7.1-python3.12-torch2.7.0-time2507111538 |
10 | 10 | ci_train_image: harbor.baai.ac.cn/flagscale/flagscale-train:dev-cu128-py3.12-20260228210721 |
11 | 11 | ci_inference_image: harbor.baai.ac.cn/flagscale/flagscale-inference:dev-cu128-py3.12-20260302102033 |
12 | 12 |
|
13 | 13 | # 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 |
15 | 15 |
|
16 | 16 | # Runner labels for this hardware |
17 | 17 | runner_labels: ['flagscale-nvidia-a100-gpu2-32c-128g'] |
@@ -52,14 +52,14 @@ container_options: >- |
52 | 52 | # 2. Ensure uv is installed in the Docker image |
53 | 53 | # 3. Set env_path to the virtual environment path (e.g., "/opt/venv") |
54 | 54 | # |
55 | | -pkg_mgr: "conda" # Current: conda for CI/CD compatibility |
| 55 | +pkg_mgr: 'conda' # Current: conda for CI/CD compatibility |
56 | 56 |
|
57 | 57 | # Environment path (venv path for uv, conda installation path for conda) |
58 | | -env_path: "/root/miniconda3" |
| 58 | +env_path: '/root/miniconda3' |
59 | 59 |
|
60 | 60 | # Conda environment name (for conda only) |
61 | 61 | 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