mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-22 05:10:35 +01:00
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:
parent
f72ceeadd0
commit
d0cb463c53
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
transformers>=4.20.1
|
||||
transformers==4.24.0
|
||||
huggingface_hub>=0.10.1
|
||||
Flask
|
||||
Flask-SocketIO
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user