mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Transformers bump to 4.20.1
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.
This commit is contained in:
@@ -20,5 +20,5 @@ dependencies:
|
||||
- flask-cloudflared
|
||||
- flask-ngrok
|
||||
- lupa==1.10
|
||||
- transformers>=4.20
|
||||
- transformers>=4.20.1
|
||||
- accelerate
|
@@ -20,5 +20,5 @@ dependencies:
|
||||
- flask-cloudflared
|
||||
- flask-ngrok
|
||||
- lupa==1.10
|
||||
- transformers>=4.20
|
||||
- transformers>=4.20.1
|
||||
- accelerate
|
||||
|
@@ -1,4 +1,4 @@
|
||||
transformers>=4.20
|
||||
transformers>=4.20.1
|
||||
Flask
|
||||
Flask-SocketIO
|
||||
requests
|
||||
|
Reference in New Issue
Block a user