Skip to content

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Nov 6, 2024
1 parent 3fc00e7 commit 28e2c52
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,11 @@ Options:
-n, --model-name <MODEL_NAME> Model name [default: default]
-a, --model-alias <MODEL_ALIAS> Model alias [default: default]
-m, --model <MODEL> Path to the whisper model file
--socket-addr <SOCKET_ADDR> Socket address of LlamaEdge API Server instance. For example, `0.0.0.0:8080`
--threads <THREADS> Number of threads to use during computation [default: 4]
--processors <PROCESSORS> Number of processors to use during computation [default: 1]
--task <TASK> Task type [default: full] [possible values: transcribe, translate, full]
--port <PORT> Port number [default: 8080]
-h, --help Print help
--socket-addr <SOCKET_ADDR> Socket address of LlamaEdge API Server instance. For example, `0.0.0.0:8080`
-h, --help Print help (see more with '--help')
-V, --version Print version
```

0 comments on commit 28e2c52

Please sign in to comment.