-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to start a task on a slurm cluster without calling the gpu #189
Comments
The command I use is: |
You can try to launch your task by CUDA_VISIBLE_DEVICES="" mim train mmcls resnet18_b16x8_cifar10.py --work-dir tmp --launcher slurm --partition aide_dev |
GhaSiKey
added a commit
to GhaSiKey/mim
that referenced
this issue
Jan 4, 2023
GhaSiKey
added a commit
to GhaSiKey/mim
that referenced
this issue
Jan 4, 2023
GhaSiKey
added a commit
to GhaSiKey/mim
that referenced
this issue
Jan 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to use mim to start a task on a slurm cluster and not use gpu, but it seems that the mim command is not supported.
我尝试使用mim在slurm集群上启动任务--launcher slurm,并且不使用gpu,我设置了--gpus-per-node 0,但是似乎不可行。
The text was updated successfully, but these errors were encountered: