KoboldAI-Client/environments/huggingface.yml
henk717 44d49ea732 Remove Huggingface Repo
Huggingface's repo is further behind than conda-forge so we will no longer offer it in the installer. The more is loaded from conda-forge the better. The same transformers package will still be installed, but a newer one from conda-forge is now guaranteed.
2022-01-31 16:21:10 +01:00

22 lines
300 B
YAML

name: koboldai
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- colorama
- flask-socketio
- pytorch
- python=3.8.*
- cudatoolkit=11.1
- transformers
- eventlet
- markdown
- bleach
- pip
- git
- pip:
- flask-cloudflared
- flask-ngrok
- lupa==1.10