mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-31 17:54:57 +01:00
d546cbd8c6
Updates dependencies, play.sh didn't work properly so removing that for now since manually running aiserver.py is superior on Linux until I can get conda to init inside the script
20 lines
364 B
YAML
20 lines
364 B
YAML
name: koboldai
|
|
channels:
|
|
- huggingface
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- transformers
|
|
- colorama
|
|
- flask-socketio
|
|
- python=3.8.*
|
|
- gevent-websocket
|
|
- pip
|
|
- git
|
|
- pip:
|
|
- --find-links https://download.pytorch.org/whl/rocm4.2/torch_stable.html
|
|
- torch
|
|
- torchvision==0.11.1
|
|
- flask-cloudflared
|
|
- flask-ngrok
|
|
- lupa |