Skip to content

Commit

Permalink
同步增加demo.py文件中新增的选项
Browse files Browse the repository at this point in the history
  • Loading branch information
donjuanplatinum authored Jul 31, 2023
1 parent 087d00f commit 0ae30d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ print(bubble_sort([5, 2, 1, 8, 4]))
python ./demo/run_demo.py
usage: run_demo.py [-h] [--model-path MODEL_PATH] [--example-path EXAMPLE_PATH] [--quantize QUANTIZE]
[--fastllm] [--n-gpus N_GPUS] [--gpu GPU] [--cpu]
[--fastllm] [--n-gpus N_GPUS] [--gpu GPU] [--cpu] [--username yourname] [--password yourpassword]
[--port PORT] [--listen]
```

❗️请注意:
Expand Down

0 comments on commit 0ae30d1

Please sign in to comment.