Add files via upload

This commit is contained in:
oobabooga 2023-03-12 16:42:50 -03:00 committed by GitHub
parent 0b86ac38b1
commit 88af917e0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 123 additions and 0 deletions

9
download-model.bat Normal file
View 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