v12.1
Pre-releaseThis minor release fixes #9: now if vsort/vstrt fails to load required cuda DLLs, they won't crash the entire process.
However, if vs-mlrt is correctly installed, this shouldn't happen. Please report an issue if you can't access the core.trt
or core.ort
namespaces. Common mistake is forgetting to extract the vsmlrt-cuda.v12.1.7z
package for VSORT-Windows-x64.v12.1.7z
or VSTRT-Windows-x64.v12.1.7z
packages. If in doubt, use the fully bundled release vsmlrt-windows-x64-cuda.v12.1.7z
for CUDA users.
Note: we explicitly do not support using both pytorch and vs-mlrt plugins in the same vpy script as pytorch uses its own set of cuda DLL which might be in conflict with the ones vs-mlrt uses. As those DLLs are not explicitly versioned (e.g. nvinfer.dll
instead of nvinfer-x.yz.dll
), there is nothing we can do.