Skip to content

Commit 70013c8

Browse files
authored
Merge pull request #6 from NVIDIA-AI-Blueprints/gus/edit_notebook
Updated NIM container links & docs links
2 parents ea63584 + d88c59b commit 70013c8

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

deploy/1_HuggingFace_Safetensors.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
"\n",
2525
"# Deploy HuggingFace Safetensor LLM Weights with NIM\n",
2626
"\n",
27-
"This notebook shows you how to deploy the most common type of LLM - HuggingFace models in Safetensors format - using NVIDIA NIM. This is the easiest way to get started with NIM deployment. For the complete list of LLMs supported by NIM, see the [NIM LLM Documentation](https://docs.nvidia.com/nim/large-language-models/latest/supported-architectures.html)\n",
28-
"\n",
29-
"> INTERNAL NOTE: LINK ABOVE IS NOT YET LIVE, SEE VDR DOCS FOR DETAILS\n",
27+
"This notebook shows you how to deploy the most common type of LLM - HuggingFace models in Safetensors format - using NVIDIA NIM. This is the easiest way to get started with NIM deployment. For the complete list of LLMs supported by NIM, see the [NIM LLM Documentation](https://docs.nvidia.com/nim/large-language-models/latest/supported-llm-agnostic-architectures.html)\n",
3028
"\n",
3129
"## What You'll Build\n",
3230
"\n",
@@ -205,8 +203,7 @@
205203
"outputs": [],
206204
"source": [
207205
"# Set the NIM image\n",
208-
"# INTERNAL NOTE: IMAGE BELOW IS PREVIEW VERSION, TO BE REPLACED WHEN STABLE VERSION IS RELEASED\n",
209-
"os.environ['NIM_IMAGE'] = \"nvcr.io/nvidian/nim-llm-dev/universal-nim:1.11.0.rc7\"\n",
206+
"os.environ['NIM_IMAGE'] = \"nvcr.io/nvidia/nim/nim-llm:latest\"\n",
210207
"print(f\"Using NIM image: {os.environ['NIM_IMAGE']}\")"
211208
]
212209
},
@@ -932,6 +929,9 @@
932929
"cell_metadata_filter": "-all",
933930
"main_language": "python",
934931
"notebook_metadata_filter": "-all"
932+
},
933+
"language_info": {
934+
"name": "python"
935935
}
936936
},
937937
"nbformat": 4,

deploy/2_TRTLLM_Checkpoints_Engines.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,7 @@
216216
"outputs": [],
217217
"source": [
218218
"# Set the NIM image\n",
219-
"# INTERNAL NOTE: IMAGE BELOW IS PREVIEW VERSION, TO BE REPLACED WHEN STABLE VERSION IS RELEASED\n",
220-
"os.environ['NIM_IMAGE'] = \"nvcr.io/nvidian/nim-llm-dev/universal-nim:1.11.0.rc7\"\n",
219+
"os.environ['NIM_IMAGE'] = \"nvcr.io/nvidia/nim/nim-llm:latest\"\n",
221220
"print(f\"Using NIM image: {os.environ['NIM_IMAGE']}\")"
222221
]
223222
},
@@ -839,6 +838,9 @@
839838
"cell_metadata_filter": "-all",
840839
"main_language": "python",
841840
"notebook_metadata_filter": "-all"
841+
},
842+
"language_info": {
843+
"name": "python"
842844
}
843845
},
844846
"nbformat": 4,

deploy/3_GGUF_Checkpoints.ipynb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@
233233
},
234234
"outputs": [],
235235
"source": [
236-
"# Set the NIM image - using universal NIM for GGUF support\n",
237-
"os.environ['NIM_IMAGE'] = \"nvcr.io/nvidian/nim-llm-dev/universal-nim:1.11.0.rc7\"\n",
236+
"# Set the NIM image\n",
237+
"os.environ['NIM_IMAGE'] = \"nvcr.io/nvidia/nim/nim-llm:latest\"\n",
238238
"print(f\"Using NIM image: {os.environ['NIM_IMAGE']}\")"
239239
]
240240
},
@@ -700,6 +700,9 @@
700700
"cell_metadata_filter": "-all",
701701
"main_language": "python",
702702
"notebook_metadata_filter": "-all"
703+
},
704+
"language_info": {
705+
"name": "python"
703706
}
704707
},
705708
"nbformat": 4,

0 commit comments

Comments
 (0)