You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Triton Kernel Fix:
If you see No such file or directory: '/root/.triton/cache/e3457c918521f16104a655b081235e5a.....
(issue caused by pytorch dependency of triton==2.3.0)
You can fix it by hacking the file compiler.py
vim /usr/local/lib/python3.10/dist-packages/triton/compiler/compiler.py
L230
self.asm = {
file.suffix[1:]: file.read_bytes() if file.suffix[1:] == driver.binary_ext else None
Or you can uninstall triton and reinstall the triton nightly
If you see
No such file or directory: '/root/.triton/cache/e3457c918521f16104a655b081235e5a.....
(issue caused by pytorch dependency of triton==2.3.0)
compiler.py
The text was updated successfully, but these errors were encountered: