Skip to content

Commit 4779491

Browse files
carryyuLiujie0926
andauthored
fix path of inference.py (#969) (#973)
Co-authored-by: Liujie0926 <44688141+Liujie0926@users.noreply.github.com> Co-authored-by: Liujie0926 <44688141+Liujie0926@users.noreply.github.com>
1 parent 7380a55 commit 4779491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/ernie/run_inference.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ unset CUDA_VISIBLE_DEVICES
1717
python -u -m paddle.distributed.fleet.launch \
1818
--gpus "0" \
1919
--log_dir "log" \
20-
projects/deploy/ernie/inference.py --model_dir "./output" --mp_degree 1
20+
projects/ernie/inference.py --model_dir "./output" --mp_degree 1

0 commit comments

Comments
 (0)