ITADN

feat: TCNN_RTC_CACHE_DIR

#522Pull Requestdrewgilliam 创建于 2025-10-08
D
drewgilliamcommented
In some circumstances, the tiny-cuda-nn install location is read-only at runtime. For example, tiny-cuda-nn python bindings may be installed in a virtual environment that is specifically made read-only at runtime to avoid unexpected changes. In this case, tiny-cuda-nn fails to import as the cache directory cannot be created inside this read-only environment. Allow users to redirect the cache directory to a location of their choice via the environment variable `TCNN_RTC_CACHE_DIR`.
合并状态:未合并 0 条评论