We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af64379 commit b8da525Copy full SHA for b8da525
1 file changed
.github/configs/metax.yml
@@ -32,7 +32,7 @@ container_volumes:
32
- /usr/local/maca:/usr/local/maca:ro # [关键] 挂载宿主机的 MACA 驱动库(设为只读),确保算子能跑
33
34
# Container options (hardware-specific settings)
35
-container_options: '--privileged --gpus all --shm-size=500g --hostname megatron_cicd --user root --ulimit nofile=65535:65535 '
+container_options: '--privileged --shm-size=500g --hostname megatron_cicd --user root --ulimit nofile=65535:65535 '
36
37
# Device types to run tests on
38
device_types:
0 commit comments