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:
Henk 2022-06-21 23:33:38 +02:00
parent 2be1f5088f
commit 75bc472a9f
3 changed files with 3 additions and 3 deletions

View File

@ -20,5 +20,5 @@ dependencies:
- flask-cloudflared
- flask-ngrok
- lupa==1.10
- transformers>=4.20
- transformers>=4.20.1
- accelerate

View File

@ -20,5 +20,5 @@ dependencies:
- flask-cloudflared
- flask-ngrok
- lupa==1.10
- transformers>=4.20
- transformers>=4.20.1
- accelerate

View File

@ -1,4 +1,4 @@
transformers>=4.20
transformers>=4.20.1
Flask
Flask-SocketIO
requests