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