Add files via upload
This commit is contained in:
parent
0b86ac38b1
commit
88af917e0e
4 changed files with 123 additions and 0 deletions
9
download-model.bat
Normal file
9
download-model.bat
Normal file
|
@ -0,0 +1,9 @@
|
|||
@echo off
|
||||
|
||||
set INSTALL_ENV_DIR=%cd%\installer_files\env
|
||||
set PATH=%INSTALL_ENV_DIR%;%INSTALL_ENV_DIR%\Library\bin;%INSTALL_ENV_DIR%\Scripts;%INSTALL_ENV_DIR%\Library\usr\bin;%PATH%
|
||||
call conda activate
|
||||
cd text-generation-webui
|
||||
python download-model.py
|
||||
|
||||
pause
|
Loading…
Add table
Add a link
Reference in a new issue