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')