safetensors 0.3.3

This commit is contained in:
cmdr2 2023-08-25 19:07:26 +05:30 committed by GitHub
parent 3bbce82454
commit 844edbc865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ def install(module_name: str, module_version: str):
# hack for safetensors, until v3 gets released to the main branch
if module_name == "sdkit":
install_cmd += " safetensors==0.3.2"
install_cmd += " safetensors==0.3.3"
# /hack
if index_url: