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:
parent
2be1f5088f
commit
75bc472a9f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue