You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -258,7 +260,7 @@ The recipe uses [`trtllm-bench`](https://github.com/NVIDIA/TensorRT-LLM/blob/mai
258
260
259
261
[Back to Top](#table-of-contents)
260
262
261
-
After the model is deployed via Helm as described in the sections [above](#run-the-recipe), use the following steps to monitor the deployment and interact with the model. Replace `<deployment-name>` and `<service-name>` with the appropriate names from the model-specific deployment instructions (e.g., `$USER-serving-deepseek-r1-model` and `$USER-serving-deepseek-r1-model-svc`).
263
+
After the model is deployed via Helm as described in the sections [above](#run-the-recipe), use the following steps to monitor the deployment and interact with the model. Replace `<deployment-name>` and `<service-name>` with the appropriate names from the model-specific deployment instructions (e.g., `$USER-serving-deepseek-r1` and `$USER-serving-deepseek-r1-svc`).
262
264
263
265
264
266
<a name="check-status"></a>
@@ -268,7 +270,7 @@ Check the status of your deployment. Replace the name if you deployed a differen
268
270
269
271
```bash
270
272
# Example for DeepSeek-R1 671B
271
-
kubectl get deployment/$USER-serving-deepseek-r1-model
273
+
kubectl get deployment/$USER-serving-deepseek-r1
272
274
```
273
275
274
276
Wait until the `READY` column shows `1/1`. If it shows `0/1`, the pod is still starting up.
@@ -282,7 +284,7 @@ Wait until the `READY` column shows `1/1`. If it shows `0/1`, the pod is still s
282
284
To see the logs from the TRTLLM server (useful for debugging), use the `-f` flag to follow the log stream:
0 commit comments