This commit is contained in:
AUTOMATIC1111
2023-12-02 23:42:06 +03:00
parent ac02216e54
commit 051375258c
15 changed files with 244 additions and 135 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ def check_versions():
expected_torch_version = "2.0.0"
expected_xformers_version = "0.0.20"
expected_gradio_version = "3.41.2"
expected_gradio_version = "4.7.1"
if version.parse(torch.__version__) < version.parse(expected_torch_version):
print_error_explanation(f"""