Conda based Play

For people who want to use Conda instead of Docker.
This commit is contained in:
henk717 2021-12-08 18:44:13 +01:00
parent 20e0b59fb9
commit d15b50f334
1 changed files with 4 additions and 0 deletions

4
play.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
conda env create -f environments/huggingface.yml
conda activate koboldai
python aiserver.py $*