Skip to content

Commit

Permalink
fix typo in README (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
lj970926 authored Dec 12, 2024
1 parent 87e2e76 commit 809e601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ If you use default config file, you can modify specific variable in this file, s
1. Directly comparision:
```Shell
cd paddleapex/apex
python run_paddle.py -json [json_path] -backend [gpu/npu/cpu] -out[local_path/remote_path] --dtype FP32,FP16,BF16 -mode all -op <op_name>
python run_paddle.py -json [json_path] -backend [gpu/npu/cpu] -out[local_path/remote_path] -dtype FP32,FP16,BF16 -mode all -op <op_name>
# mode can combine mem, acc, pro arbitary. E.g.:-mode mem,acc or -mode all
# -op is optional args, if you want to run specific op.
E.g.:
Expand Down

0 comments on commit 809e601

Please sign in to comment.