Skip to content

Commit 75fc755

Browse files
authored
Update links in docs (#295)
Signed-off-by: Shashank Verma <[email protected]>
1 parent 694a9d0 commit 75fc755

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

nemo/data-flywheel/tool-calling/2_finetuning_and_inference.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"source": [
138138
"### Resource Organization Using Namespace\n",
139139
"\n",
140-
"You can use a [namespace](https://developer.nvidia.com/docs/nemo-microservices/manage-entities/namespaces/index.html) to isolate and organize the artifacts in this tutorial."
140+
"You can use a [namespace](https://docs.nvidia.com/nemo/microservices/latest/manage-entities/namespaces/index.html) to isolate and organize the artifacts in this tutorial."
141141
]
142142
},
143143
{
@@ -191,7 +191,7 @@
191191
"source": [
192192
"#### Verify Namespaces\n",
193193
"\n",
194-
"The following [Data Store API](https://developer.nvidia.com/docs/nemo-microservices/api/datastore.html) and [Entity Store API](https://developer.nvidia.com/docs/nemo-microservices/api/entity-store.html) list the namespace created in the previous cell."
194+
"The following [Data Store API](https://docs.nvidia.com/nemo/microservices/latest/api/datastore.html) and [Entity Store API](https://docs.nvidia.com/nemo/microservices/latest/api/entity-store.html) list the namespace created in the previous cell."
195195
]
196196
},
197197
{
@@ -252,7 +252,7 @@
252252
"\n",
253253
"**Note that this step does not interact with Hugging Face at all, it just uses the client library to interact with NeMo Data Store.** This is in comparison to the previous notebook, where we used the `load_dataset` API to download the xLAM dataset from Hugging Face's repository.\n",
254254
"\n",
255-
"More information can be found in [documentation](https://developer.nvidia.com/docs/nemo-microservices/manage-entities/tutorials/manage-dataset-files.html#set-up-hugging-face-client)"
255+
"More information can be found in [documentation](https://docs.nvidia.com/nemo/microservices/latest/manage-entities/tutorials/manage-dataset-files.html#set-up-hugging-face-client-with-nemo-data-store)"
256256
]
257257
},
258258
{
@@ -313,7 +313,7 @@
313313
"id": "97ac352a-31b9-4144-ad0f-699fcceebfc2",
314314
"metadata": {},
315315
"source": [
316-
"Next, creating a dataset programmatically requires two steps: uploading and registration. More information can be found in [documentation](https://developer.nvidia.com/docs/nemo-microservices/manage-entities/datasets/create-dataset.html#how-to-create-a-dataset)."
316+
"Next, creating a dataset programmatically requires two steps: uploading and registration. More information can be found in [documentation](https://docs.nvidia.com/nemo/microservices/latest/manage-entities/datasets/create-dataset.html)."
317317
]
318318
},
319319
{
@@ -1005,7 +1005,7 @@
10051005
"### 2.3 Validate Availability of Custom Model\n",
10061006
"The following NeMo Entity Store API should display the model when the training job is complete.\n",
10071007
"The list below shows all models filtered by your namespace and sorted by the latest first.\n",
1008-
"For more information about this API, see the [NeMo Entity Store API reference](https://developer.nvidia.com/docs/nemo-microservices/api/entity-store.html).\n",
1008+
"For more information about this API, see the [NeMo Entity Store API reference](https://docs.nvidia.com/nemo/microservices/latest/api/entity-store.html).\n",
10091009
"With the following code, you can find all customized models, including the one trained in the previous cells.\n",
10101010
"Look for the `name` fields in the output, which should match your `CUSTOMIZED_MODEL`."
10111011
]
@@ -1384,7 +1384,7 @@
13841384
"name": "python",
13851385
"nbconvert_exporter": "python",
13861386
"pygments_lexer": "ipython3",
1387-
"version": "3.12.3"
1387+
"version": "3.10.12"
13881388
}
13891389
},
13901390
"nbformat": 4,

nemo/data-flywheel/tool-calling/3_model_evaluation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"metadata": {},
195195
"source": [
196196
"### 1.1: Create an Evaluation Config Object\n",
197-
"Create an evaluation configuration object for NeMo Evaluator. For more information on various parameters, refer to the [NeMo Evaluator configuration](https://developer.nvidia.com/docs/nemo-microservices/evaluate/evaluation-configs.html) in the NeMo microservices documentation.\n",
197+
"Create an evaluation configuration object for NeMo Evaluator. For more information on various parameters, refer to the [NeMo Evaluator configuration](https://docs.nvidia.com/nemo/microservices/latest/evaluate/evaluation-configs.html) in the NeMo microservices documentation.\n",
198198
"\n",
199199
"\n",
200200
"* The `tasks.custom-tool-calling.dataset.files_url` is used to indicate which test file to use. Note that it's required to upload this to the NeMo Data Store and register with Entity store before using.\n",
@@ -875,7 +875,7 @@
875875
"name": "python",
876876
"nbconvert_exporter": "python",
877877
"pygments_lexer": "ipython3",
878-
"version": "3.12.3"
878+
"version": "3.10.12"
879879
}
880880
},
881881
"nbformat": 4,

0 commit comments

Comments
 (0)