slurm指令

srun -p RTX3090 -w node06 -J xxx --gres gpu:1  python
srun一种运行方法
-p RTX3090选择哪种显卡
-w node06 选择哪种节点
-J xxx 任务命名
--gres gpu:1 使用的显卡数量
python xxx.py运行程序

你可能感兴趣的:(人工智能)