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
{{ message }}
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
The latest version of TVM now generates its cache within the .cache directory, replacing the previous behavior of creating a .pkl_memoize_py3 file in the user's home directory. (Relevant PR is here)
Since we use this as part of vLLM, this change improves both organization and security by consolidating cache files within a dedicated directory rather than scattering them in the home directory.
Is there any reason why TVM cannot be updated to the latest version?