Qwen/Qwen2-VL-2B-Instruct:
Qwen/Qwen2-VL-2B-Instruct · Hugging Face
import os
os.environ["HF_ENDPOINT"] = "https://hf-mirror.com"
from huggingface_hub import snapshot_download
local_dir = r"D:\LORA+SAM5_cifar10\绘图文件夹ILORA\Qwen2-VL-2B-Instruct"
download_path = snapshot_download(
repo_id="Qwen/Qwen2-VL-2B-Instruct",
local_dir=local_dir,
)
print("下载完成:", download_path)
Qwen/Qwen2.5-VL-3B-Instruct:
Qwen/Qwen2.5-VL-3B-Instruct · Hugging Face
import os
os.environ["HF_ENDPOINT"] = "https://hf-mirror.com"
from huggingface_hub import snapshot_download
local_dir = r"D:\LORA+SAM5_cifar10\绘图文件夹ILORA\Qwen2.5-VL-3B-Instruct"
download_path = snapshot_download(
repo_id="Qwen/Qwen2.5-VL-3B-Instruct",
local_dir=local_dir,
)
print("下载完成:", download_path)
C:\Users\wwwju\.conda\envs\LORA+SAM5_cifar10\python.exe D:\LORA+SAM5_cifar10\绘图文件夹ILORA\draw.py
Fetching 14 files: 100%|██████████| 14/14 [13:02<00:00, 55.93s/it]
下载完成: D:\LORA+SAM5_cifar10\绘图文件夹ILORA\Qwen2.5-VL-3B-Instruct
进程已结束,退出代码为 0