mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-01-10 07:20:04 +01:00
Add Safetensors
Having the dependency adds basic support for safetensor models.
This commit is contained in:
parent
1dbc987048
commit
7fc5c46c1d
@ -28,5 +28,6 @@ dependencies:
|
||||
- lupa==1.10
|
||||
- transformers==4.24.0
|
||||
- huggingface_hub>=0.10.1
|
||||
- safetensors
|
||||
- accelerate
|
||||
- git+https://github.com/VE-FORBRYDERNE/mkultra
|
||||
|
@ -28,5 +28,6 @@ dependencies:
|
||||
- lupa==1.10
|
||||
- transformers==4.24.0
|
||||
- huggingface_hub>=0.10.1
|
||||
- safetensors
|
||||
- accelerate
|
||||
- git+https://github.com/VE-FORBRYDERNE/mkultra
|
||||
|
@ -18,4 +18,5 @@ marshmallow>=3.13
|
||||
apispec-webframeworks
|
||||
loguru
|
||||
termcolor
|
||||
safetensors
|
||||
git+https://github.com/VE-FORBRYDERNE/mkultra
|
@ -20,4 +20,5 @@ bleach==4.1.0
|
||||
flask-session
|
||||
marshmallow>=3.13
|
||||
apispec-webframeworks
|
||||
safetensors
|
||||
loguru
|
||||
|
Loading…
Reference in New Issue
Block a user