"...git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "f27fdfc3ed79689ec98ef1c609a31d8c3b11e6a9"
Unverified Commit b640f283 authored by KrishnanPrash's avatar KrishnanPrash Committed by GitHub
Browse files

build: Adding `--model` argument to container launch message (#3536)


Signed-off-by: default avatarKrishnan Prashanth <kprashanth@nvidia.com>
parent 111c6814
...@@ -49,7 +49,7 @@ tools. ...@@ -49,7 +49,7 @@ tools.
Try the following to begin interacting with a model: Try the following to begin interacting with a model:
> dynamo --help > dynamo --help
> python -m dynamo.frontend [--http-port 8000] > 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 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 accessible within the container. This is generally done by connecting to
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment