Update Train_JupyterLab.ipynb
This commit is contained in:
parent
8713a94ff5
commit
a39d36555d
|
@ -261,7 +261,7 @@
|
||||||
"out = Output()\n",
|
"out = Output()\n",
|
||||||
"\n",
|
"\n",
|
||||||
"def upload_ckpts(_):\n",
|
"def upload_ckpts(_):\n",
|
||||||
" repo_id=f"{hfuser.value or hfuser.placeholder}/{hfrepo.value or hfrepo.placeholder}"\"\n",
|
" repo_id=f\"{hfuser.value or hfuser.placeholder}/{hfrepo.value or hfrepo.placeholder}\"\"\n",
|
||||||
" with out:\n",
|
" with out:\n",
|
||||||
" if ckpt_picker is None or len(ckpt_picker.value) < 1:\n",
|
" if ckpt_picker is None or len(ckpt_picker.value) < 1:\n",
|
||||||
" print(\"Nothing selected for upload, make sure to click one of the ckpt files in the list, or, you have no ckpt files in the current directory.\")\n",
|
" print(\"Nothing selected for upload, make sure to click one of the ckpt files in the list, or, you have no ckpt files in the current directory.\")\n",
|
||||||
|
|
Loading…
Reference in New Issue