From cef2322b2e63b4ad0abf9cc7bb69ba1d7947be5b Mon Sep 17 00:00:00 2001 From: Seunghoon Lee Date: Sat, 22 Feb 2025 00:40:38 +0900 Subject: [PATCH] zluda 3.9.0 --- modules/zluda_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/zluda_installer.py b/modules/zluda_installer.py index 719ee9272..47ee4a4ea 100644 --- a/modules/zluda_installer.py +++ b/modules/zluda_installer.py @@ -58,7 +58,7 @@ def install() -> None: return platform = "windows" - commit = os.environ.get("ZLUDA_HASH", "32493c9dcb22012a0ba95ee740980231236e909c") + commit = os.environ.get("ZLUDA_HASH", "4d14bf95d4c500863e240a0b1fa82793d0da789b") if nightly: platform = "nightly-" + platform urllib.request.urlretrieve(f'https://github.com/lshqqytiger/ZLUDA/releases/download/rel.{commit}/ZLUDA-{platform}-rocm{rocm.version[0]}-amd64.zip', '_zluda')