"...git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "437c3ce02615443ab166f4155028c1d81ee27c06"
Unverified Commit 79a9d69d authored by Ryan McCormick's avatar Ryan McCormick Committed by GitHub
Browse files

docs: Fix dynamo cloud quickstart links (#2765)


Signed-off-by: default avatarRyan McCormick <rmccormick@nvidia.com>
parent ea0c0027
...@@ -90,7 +90,7 @@ git clone https://github.com/ai-dynamo/dynamo.git ...@@ -90,7 +90,7 @@ git clone https://github.com/ai-dynamo/dynamo.git
cd dynamo cd dynamo
``` ```
2. Install Dynamo from Published Artifacts on NGC (refer: https://github.com/ai-dynamo/dynamo/blob/main/docs/guides/dynamo_deploy/quickstart.md): 2. Install Dynamo from Published Artifacts on NGC (see the [Dynamo Cloud guide](../../../docs/guides/dynamo_deploy/dynamo_cloud.md)):
```bash ```bash
export NAMESPACE=dynamo-cloud export NAMESPACE=dynamo-cloud
export RELEASE_VERSION=0.3.2 export RELEASE_VERSION=0.3.2
...@@ -124,7 +124,7 @@ dynamo-platform-nats-0 2/2 Runnin ...@@ -124,7 +124,7 @@ dynamo-platform-nats-0 2/2 Runnin
dynamo-platform-nats-box-5dbf45c748-kln82 1/1 Running 0 2m51s dynamo-platform-nats-box-5dbf45c748-kln82 1/1 Running 0 2m51s
``` ```
There are other ways to install Dynamo, you can find them [here](https://github.com/ai-dynamo/dynamo/blob/main/docs/guides/dynamo_deploy/quickstart.md) There are other ways to install Dynamo, you can find them [here](../../../docs/guides/dynamo_deploy/dynamo_cloud.md).
### Task 4. Deploy a model ### Task 4. Deploy a model
......
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