From dfdd2b32e032e8b764a9b5f465a1a3c12108fadc Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 25 Aug 2023 19:23:06 +0530 Subject: [PATCH 1/2] Update check_modules.py --- scripts/check_modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_modules.py b/scripts/check_modules.py index 0d33748d..03748476 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -62,7 +62,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: From d07e00cd74da5b0aee998d1fbfb85fc1fdc63d46 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 25 Aug 2023 21:15:06 +0530 Subject: [PATCH 2/2] Update check_modules.py --- scripts/check_modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_modules.py b/scripts/check_modules.py index 03748476..0d33748d 100644 --- a/scripts/check_modules.py +++ b/scripts/check_modules.py @@ -62,7 +62,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.3" + install_cmd += " safetensors==0.3.2" # /hack if index_url: