Skip to content

Commit f26a997

Browse files
committed
fix: remove token in HF API
1 parent c975a1e commit f26a997

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
@@ -332,8 +332,8 @@
332332
],
333333
"source": [
334334
"from huggingface_hub import HfApi\n",
335-
"from config import HF_TOKEN\n",
336-
"hf_api = HfApi(endpoint=f\"{NDS_URL}/v1/hf\", token=HF_TOKEN)\n",
335+
"\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)