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
Update NIM example with DeepSeek-R1-Distill-Llama-8b (#2454)
Resolve Review Comments
Update NIM deepseek-r1-distill-llama-8b to latest
Update NIM deepseek-r1-distill-llama-8b to latest
Co-authored-by: Bihan Rana <bihan@Bihans-MacBook-Pro.local>
Copy file name to clipboardExpand all lines: examples/deployment/nim/README.md
+17-18Lines changed: 17 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
2
title: NVIDIA NIM
3
-
description: "This example shows how to deploy Llama 3.1 to any cloud or on-premises environment using NVIDIA NIM and dstack."
3
+
description: "This example shows how to deploy DeepSeek-R1-Distill-Llama-8B to any cloud or on-premises environment using NVIDIA NIM and dstack."
4
4
---
5
5
6
6
# NVIDIA NIM
7
7
8
-
This example shows how to deploy LLama 3.1 using [NVIDIA NIM :material-arrow-top-right-thin:{ .external }](https://docs.nvidia.com/nim/large-language-models/latest/getting-started.html){:target="_blank"} and `dstack`.
8
+
This example shows how to deploy DeepSeek-R1-Distill-Llama-8B using [NVIDIA NIM :material-arrow-top-right-thin:{ .external }](https://docs.nvidia.com/nim/large-language-models/latest/getting-started.html){:target="_blank"} and `dstack`.
9
9
10
10
??? info "Prerequisites"
11
11
Once `dstack` is [installed](https://dstack.ai/docs/installation), go ahead clone the repo, and run `dstack init`.
@@ -22,15 +22,15 @@ This example shows how to deploy LLama 3.1 using [NVIDIA NIM :material-arrow-top
22
22
23
23
## Deployment
24
24
25
-
Here's an example of a service that deploys Llama 3.1 8B using vLLM.
25
+
Here's an example of a service that deploys DeepSeek-R1-Distill-Llama-8B using NIM.
0 commit comments