From d74e06cba3c1d2bc66b05624dff808cccdef8891 Mon Sep 17 00:00:00 2001 From: Seunghoon Lee Date: Wed, 26 Mar 2025 17:13:43 +0900 Subject: [PATCH] zluda v3.9.2 --- 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 4b915c724..236ca85f5 100644 --- a/modules/zluda_installer.py +++ b/modules/zluda_installer.py @@ -100,7 +100,7 @@ def install() -> None: return platform = "windows" - commit = os.environ.get("ZLUDA_HASH", "ae0540beb129ffd140226ce956b386619b38f84c") + commit = os.environ.get("ZLUDA_HASH", "dba64c0966df2c71e82255e942c96e2e1cea3a2d") 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')