Skip to content

Commit b640f28

Browse files
build: Adding --model argument to container launch message (#3536)
Signed-off-by: Krishnan Prashanth <[email protected]>
1 parent 111c681 commit b640f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container/launch_message.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tools.
4949
Try the following to begin interacting with a model:
5050
> dynamo --help
5151
> python -m dynamo.frontend [--http-port 8000]
52-
> python -m dynamo.vllm Qwen/Qwen2.5-3B-Instruct
52+
> python -m dynamo.vllm --model Qwen/Qwen2.5-3B-Instruct
5353

5454
To run more complete deployment examples, instances of etcd and nats need to be
5555
accessible within the container. This is generally done by connecting to

0 commit comments

Comments
 (0)