KoboldAI-Client/environments/rocm.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
371 B
YAML

name: koboldai
channels:
- conda-forge
- defaults
dependencies:
- transformers
- colorama
- flask-socketio
- python=3.8.*
- eventlet
- markdown
- bleach
- 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==1.10