mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-31 22:50:15 +01:00
10 lines
257 B
Batchfile
10 lines
257 B
Batchfile
@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
|