hanklin
Results
3
comments of
hanklin
嗨,我在 tune llama-2 的時候遇到了一樣的問題,我把 deepspeed downgrade 到 0.14.0 就可以跑了!
Hi, I solve it by downgrade my torch version from 2.0.1 to 1.13.0. You can refer to this page to find the instructions to install the older version of torch/torchaudio....
Hi, you can specified the argument `--master-port` after `--nproc_per_node`. Since you already launch a DDP training, the default port `29500` is utilized by it and thus the error occurs. You...