|
不好意思,挖个lz的老帖
在主页说明有这么一个段落:
vsort: ONNX Runtime-based CPU/GPU Runtime
ONNX Runtime is an AI inference runtime with many backends.
The vs-onnxruntime plugin provides optimized CPU and CUDA GPU runtime for some popular AI filters.
To install, download the latest release and extract them into your VS plugins directory.
Please visit the vsort directory for details.
vstrt: TensorRT-based GPU Runtime
TensorRT is a highly optimized AI inference runtime for NVidia GPUs. It uses benchmarking to find the optimal kernel to use for your specific GPU, and so there is an extra step to build an engine from ONNX network on the machine you are going to use the vstrt filter, and this extra step makes deploying models a little harder than the other runtimes. However, the resulting performance is also typically much much better than the CUDA backend of vsort.
TensorRT-RTX is a specialization of TensorRT for NVIDIA RTX GPUs, which compiles engines faster with comparable performance with TensorRT.
To install, download the latest release and extract them into your VS plugins directory.
Please visit the vstrt directory for details.
vsmigx: MIGraphX-based GPU Runtime
MIGraphX is a highly optimized AI inference runtime for AMD GPUs. It also uses benchmarking to find the optimal kernel, similar to vstrt.
To install, download the latest release and extract them into your VS plugins directory.
Please visit the vsmigx directory for details.
意思是VapourSynth内的文件也要一起更新吗? |
|