KoboldAI-Client/environments/huggingface.yml
Henk 3504581015 Transformers dependency bump
Makes transformers 4.20 mandatory in the dependency lists, not because the old versions are no longer supported but because it contains fixes that benefit our users and this makes it easier for them to update to it. If you stick to an older version the OPT and XGLM workarounds we have in place will remain functional, but you miss on the enhancements newer transformers versions bring.
2022-06-16 19:52:04 +02:00

23 lines
358 B
YAML

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