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.
This commit is contained in:
Henk 2022-06-16 19:52:04 +02:00
parent 3974e0a90c
commit 3504581015
3 changed files with 3 additions and 3 deletions

View File

@ -20,4 +20,4 @@ dependencies:
- flask-cloudflared
- flask-ngrok
- lupa==1.10
- transformers>=4.17
- transformers>=4.20

View File

@ -20,4 +20,4 @@ dependencies:
- flask-cloudflared
- flask-ngrok
- lupa==1.10
- transformers>=4.17
- transformers>=4.20

View File

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