Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Adding --model argument to container launch message
Signed-off-by: Krishnan Prashanth <[email protected]>
  • Loading branch information
KrishnanPrash committed Oct 9, 2025
commit dc3ae3729197bf836a14b4c1fc162208d550e701
2 changes: 1 addition & 1 deletion container/launch_message.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tools.
Try the following to begin interacting with a model:
> dynamo --help
> python -m dynamo.frontend [--http-port 8000]
> python -m dynamo.vllm Qwen/Qwen2.5-3B-Instruct
> python -m dynamo.vllm --model Qwen/Qwen2.5-3B-Instruct

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