KoboldAI-Client/environments/huggingface.yml
henk717 136dd71171 Added --remote Mode
First step towards native Colab support, built in Cloudflare tunnels easily allows players to play KoboldAI on another device. This mode also removes buttons that would get you stuck if you have no local PC access.
2021-08-20 00:37:59 +02:00

15 lines
216 B
YAML

name: koboldai
channels:
- huggingface
- pytorch
- conda-forge
- defaults
dependencies:
- colorama
- flask-socketio
- pytorch
- tensorflow-gpu
- transformers
- pip
- pip:
- flask-cloudflared