hotfix: no hexdump for usbgpu patch.py

This commit is contained in:
George Hotz
2025-11-12 12:05:37 -08:00
parent 9a53fcbde4
commit 8f1f195b6d

View File

@@ -1,6 +1,5 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
import sys, os, zlib, struct, hashlib import sys, os, zlib, struct, hashlib
from hexdump import hexdump
from tinygrad.helpers import DEBUG, getenv, fetch from tinygrad.helpers import DEBUG, getenv, fetch
from tinygrad.runtime.support.usb import USB3 from tinygrad.runtime.support.usb import USB3