中文版
这是一个支持 ONNX 模型的实验性版本,如果遇到任何问题请在 #1121 中讨论。使用方法参见 onnx-preview1。
如果要使用 TensorRT,请下载 ext-tensorrt-x64.7z 将其中的链接库文件拷贝到 third_party
文件夹。注意 TensorRT 不支持 ARM64 架构。
相比 onnx-preview1 的变化:
- 此版本基于 v0.11.2。
- 更新了 ONNX Runtime、CUDA 和 TensorRT 的版本,支持 RTX 50 系列显卡。
- 删除了 CUDA 后端,因为它会引入超过 3GB 的额外依赖。
- 优化了 DirectML 后端的可靠性。
- 优化了 TensorRT 后端的性能。
- 所有捕获方式都已可用(onnx-preview1 中只有 Graphics Capture 可以工作)。
- 支持原生 ARM64 架构。
This is an experimental version with support for ONNX models. If you encounter any issues, please report them in #1121. For usage instructions, refer to onnx-preview1.
To enable TensorRT support, download ext-tensorrt-x64.7z and copy the included dlls into the third_party
folder. Note that TensorRT does not support the ARM64 architecture.
Changes compared to onnx-preview1:
- This version is based on v0.11.2.
- Updated ONNX Runtime, CUDA, and TensorRT to support RTX 50 series GPUs.
- Removed the CUDA backend to avoid over 3GB of additional dependencies.
- Improved the reliability of the DirectML backend.
- Enhanced the performance of the TensorRT backend.
- All capture methods are now usable (previously only Graphics Capture worked).
- Added native ARM64 support.