Skip to content

Commit

Permalink
fix pscpu benchmark install paddle (PaddlePaddle#980)
Browse files Browse the repository at this point in the history
* fix wide_deep gpups error when run in py>3.7

* set FLAGS_dynamic_static_unified_comm=False when psgpu

* [windows] bug fixs trainer divide-zero-bug

* add lightgcn and transformer_conv pglbox

* add centos PDC images for pglbox

* fix pscpu benchmark

* fix pscpu benchmark install paddle
  • Loading branch information
fightfat authored Feb 27, 2024
1 parent 9972d15 commit cdc73c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_tipc/test_train_inference_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ if [ ${MODE} = "benchmark_train" ]; then
export PADDLE_GLOO_FS_PATH=$gloo_fs_path

cd ../
${python} -m pip install paddlepaddle*.whl -U
${python} -m pip install --force-reinstall paddlepaddle*.whl
cd -
CONFIG=$cpu_config_value
SC="tools/static_ps_trainer.py -m "
Expand Down

0 comments on commit cdc73c3

Please sign in to comment.