mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-02 02:26:45 +01:00
d15b50f334
For people who want to use Conda instead of Docker.
4 lines
106 B
Bash
4 lines
106 B
Bash
#!/bin/bash
|
|
conda env create -f environments/huggingface.yml
|
|
conda activate koboldai
|
|
python aiserver.py $* |