hf-scripts / exl2-windows-local /download-model.bat
Anthonyg5005's picture
Fix windows defender problem
cbf672a
raw
history blame
149 Bytes
@echo off
echo Enter the model repo. User/Repo:Branch (Branch optional)
set /p "repo=Model repo: "
venv\scripts\python.exe download-model.py %repo%