Import hf_hub_download and Path in checkpoint download cell

This commit is contained in:
Sarvesh 2026-06-09 16:00:00 +05:30
parent 0b639c84a4
commit 65b6e1cc2c

View file

@ -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",