mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Lock safetensors in version jail
Let's have breaking changes when we expect them
This commit is contained in:
@@ -33,7 +33,7 @@ dependencies:
|
|||||||
- lupa==1.10
|
- lupa==1.10
|
||||||
- transformers==4.28.0
|
- transformers==4.28.0
|
||||||
- huggingface_hub==0.12.1
|
- huggingface_hub==0.12.1
|
||||||
- safetensors
|
- safetensors==0.3.1
|
||||||
- accelerate==0.18.0
|
- accelerate==0.18.0
|
||||||
- git+https://github.com/VE-FORBRYDERNE/mkultra
|
- git+https://github.com/VE-FORBRYDERNE/mkultra
|
||||||
- flask-session
|
- flask-session
|
||||||
|
@@ -32,7 +32,7 @@ dependencies:
|
|||||||
- lupa==1.10
|
- lupa==1.10
|
||||||
- transformers==4.28.0
|
- transformers==4.28.0
|
||||||
- huggingface_hub==0.12.1
|
- huggingface_hub==0.12.1
|
||||||
- safetensors
|
- safetensors==0.3.1
|
||||||
- accelerate==0.18.0
|
- accelerate==0.18.0
|
||||||
- git+https://github.com/VE-FORBRYDERNE/mkultra
|
- git+https://github.com/VE-FORBRYDERNE/mkultra
|
||||||
- ansi2html
|
- ansi2html
|
||||||
|
@@ -36,4 +36,4 @@ pytest==7.2.2
|
|||||||
pytest-html==3.2.0
|
pytest-html==3.2.0
|
||||||
pytest-metadata==2.0.4
|
pytest-metadata==2.0.4
|
||||||
requests-mock==1.10.0
|
requests-mock==1.10.0
|
||||||
safetensors
|
safetensors==0.3.1
|
||||||
|
Reference in New Issue
Block a user