mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-23 17:01:04 +02:00
Import hf_hub_download and Path in checkpoint download cell
This commit is contained in:
parent
0b639c84a4
commit
65b6e1cc2c
1 changed files with 3 additions and 0 deletions
|
|
@ -348,6 +348,9 @@
|
|||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from pathlib import Path\n",
|
||||
"from huggingface_hub import hf_hub_download\n",
|
||||
"\n",
|
||||
"print(\"Downloading 2.2B Video2LoRA Checkpoint from Hugging Face...\")\n",
|
||||
"\n",
|
||||
"checkpoint_dir = Path(\"checkpoints/Video2LoRA-SmolVLM-ckpts\")\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue