mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2024-12-13 17:21:48 +01:00
44d49ea732
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.
22 lines
371 B
YAML
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
|