Merge pull request #38 from henk717/patch-2

Update to Play.bat to use miniconda environment if present. Otherwise falls back to system Python.
This commit is contained in:
KoboldAI Dev 2021-06-08 03:51:18 -04:00 committed by GitHub
commit 732e836028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -1 +1,6 @@
start cmd /k py -3 aiserver.py
@echo off
TITLE KoboldAI - Client
call miniconda3\condabin\activate
cls
python aiserver.py
cmd /k