mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2024-12-12 00:35:41 +01:00
75bc472a9f
Transformers issued an important change for the OPT models breaking their compatibility with all older versions. In order for people to be able to use all models on the menu they need 4.20.1 so this is now forced in the dependencies making the update easier.
24 lines
377 B
YAML
24 lines
377 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.1
|
|
- accelerate |