mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 00:57:33 +08:00
3 lines
145 B
Bash
3 lines
145 B
Bash
export devices=0,1,2,3,4,5,6,7
|
|
|
|
python -m paddle.distributed.launch --gpus ${devices} convert_ep_state_from_tp8.py --model_dir /path/to/model_dir |