Pin transformers version

To avoid breaking changes lets force the exact transformers version we code against. This will be automatically picked up by all the automatic updaters.
This commit is contained in:
Henk 2022-12-02 01:48:12 +01:00
parent f72ceeadd0
commit d0cb463c53
4 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ dependencies:
- flask-cloudflared
- flask-ngrok
- lupa==1.10
- transformers>=4.20.1
- transformers==4.24.0
- huggingface_hub>=0.10.1
- accelerate
- git+https://github.com/VE-FORBRYDERNE/mkultra

View File

@ -26,7 +26,7 @@ dependencies:
- flask-cloudflared
- flask-ngrok
- lupa==1.10
- transformers>=4.20.1
- ttransformers==4.24.0
- huggingface_hub>=0.10.1
- accelerate
- git+https://github.com/VE-FORBRYDERNE/mkultra

View File

@ -1,4 +1,4 @@
transformers>=4.20.1
transformers==4.24.0
huggingface_hub>=0.10.1
Flask
Flask-SocketIO

View File

@ -5,7 +5,7 @@ requests
dm-haiku == 0.0.5
jax == 0.2.21
jaxlib >= 0.1.69, <= 0.3.7
transformers == 4.21.3
transformers == 4.24.0
huggingface_hub >= 0.10.1
progressbar2
git+https://github.com/VE-FORBRYDERNE/mesh-transformer-jax@ck