The currently-released version of triton-windows uses regular Windows paths for its cache, which is problematic as our kernels have filenames long enough to produce paths that exceed MAX_PATH (260 characters). In #22 (which will not be merged), I've worked around this by depending on our own fork: https://github.com/Overworldai/triton-windows/releases/tag/v3.6.0-windows-longpath
However, triton-windows has recently merged in a proper fix for it, so we should hopefully be able to switch over to that sometime this week. If not available, we should use the fork. This is a blocker for release.
The currently-released version of
triton-windowsuses regular Windows paths for its cache, which is problematic as our kernels have filenames long enough to produce paths that exceed MAX_PATH (260 characters). In #22 (which will not be merged), I've worked around this by depending on our own fork: https://github.com/Overworldai/triton-windows/releases/tag/v3.6.0-windows-longpathHowever,
triton-windowshas recently merged in a proper fix for it, so we should hopefully be able to switch over to that sometime this week. If not available, we should use the fork. This is a blocker for release.