Skip to content

Commit 749bab7

Browse files
authored
Merge pull request #381 from sabhatinas/main
fix: [Tutorial] [Data-flywheel Tool Calling] Remove empty HF token in repo creation step using HF API
2 parents 5b07830 + a663d1d commit 749bab7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
},
310310
{
311311
"cell_type": "code",
312-
"execution_count": 8,
312+
"execution_count": null,
313313
"id": "bd240212-3272-419e-b19b-d31d8aede2b3",
314314
"metadata": {
315315
"ExecuteTime": {
@@ -333,7 +333,7 @@
333333
"source": [
334334
"from huggingface_hub import HfApi\n",
335335
"\n",
336-
"hf_api = HfApi(endpoint=f\"{NDS_URL}/v1/hf\", token=\"\")\n",
336+
"hf_api = HfApi(endpoint=f\"{NDS_URL}/v1/hf\")\n",
337337
"\n",
338338
"# Create repo\n",
339339
"hf_api.create_repo(\n",

0 commit comments

Comments
 (0)