From 43650169f469fbd4f96ec9775c652f4cb71a8802 Mon Sep 17 00:00:00 2001 From: nimlgen <138685161+nimlgen@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:29:06 +0300 Subject: [PATCH] nv: switch headers to 570.144 to match gsp (#11131) --- tinygrad/runtime/support/nv/nvdev.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinygrad/runtime/support/nv/nvdev.py b/tinygrad/runtime/support/nv/nvdev.py index cd28c268f6..468255665e 100644 --- a/tinygrad/runtime/support/nv/nvdev.py +++ b/tinygrad/runtime/support/nv/nvdev.py @@ -130,7 +130,7 @@ class NVDev(PCIDevImplBase): return type(struct).from_address(va), paddrs[0] def _download(self, file) -> str: - url = f"https://raw.githubusercontent.com/NVIDIA/open-gpu-kernel-modules/e8113f665d936d9f30a6d508f3bacd1e148539be/{file}" + url = f"https://raw.githubusercontent.com/NVIDIA/open-gpu-kernel-modules/8ec351aeb96a93a4bb69ccc12a542bf8a8df2b6f/{file}" return fetch(url, subdir="defines").read_text() def extract_fw(self, file:str, dname:str) -> bytes: