5 lines
101 B
Bash
5 lines
101 B
Bash
NPROC_PER_NODE=4 \
|
|
CUDA_VISIBLE_DEVICES=0,1,2,3 \
|
|
megatron sft \
|
|
examples/yaml/megatron/sft.yaml
|