Changed Play.Bat to use our own Miniconda3

This commit is contained in:
henk717 2021-06-06 15:02:03 +02:00 committed by GitHub
parent 6a9587b61d
commit 2f10059cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

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