Skip to content

Releases: AmusementClub/vs-mlrt

v15.15: latest TensorRT libraries

05 Feb 01:37

Choose a tag to compare

Compared to the previous stable (v15.14) release:

TRT

General

  • Upgraded to CUDA 13.1.1 and cuDNN 9.19.0.

vsmlrt.py

  • Added support for ArtCNN v1.5.0 models.
  • Added bf16 I/O support for the MIGX backend.

Full Changelog: v15.14...v15.15

v15.14.rtx: latest TensorRT-RTX libraries

11 Nov 11:08

Choose a tag to compare

This is a pre-release for the experimental TRT_RTX backend. There may be further updates to this pre-release.

TRT-RTX

  • Upgraded to TensorRT-RTX 1.2.
  • Added engine validity check for debugging invalid engines.

Full Changelog: v15.14...v15.14.rtx

v15.14: latest TensorRT libraries

08 Nov 02:41

Choose a tag to compare

Compared to the previous stable (v15.13) release:

TRT

General

  • Upgraded to CUDA 13.0.2 and cuDNN 9.13.0.

ORT

  • Upgraded to ONNX Runtime 1.23.0 (ecb26fb).

NCNN_VK

  • Upgraded to the latest ncnn (86efe80) to fix hangs with NVIDIA 565 or later drivers.
  • Added support for fp16 I/O, similar to other existing supported backends.

vsmlrt.py

  • Added support for ArtCNN R16F96 Chroma model.
  • Added output_format parameter to non-cuda ort backends.
  • Added fp16 I/O support for the TRT_RTX backend.
  • Added optional support for fp16 conversion using TensorRT model optimizer for TRT_RTX.
  • Attempt to regenerate the engine after the failure of engine compilation for TRT, MIGX and TRT_RTX.
  • Remove extraneous plugin check by @Rukario in #135
  • Improve TRT_RTX in handling fp16 conversion and standalone usage by @abihf in #140
  • fix: use correct path for checking alter engine size by @shssoichiro in #144

Full Changelog: v15.13...v15.14

v15.13.ncnn

26 Sep 09:49

Choose a tag to compare

v15.13.ncnn Pre-release
Pre-release

This is an experimental pre-release for the latest ncnn library.

NCNN_VK

  • Upgraded to the latest ncnn (86efe80) to fix hangs with NVIDIA 565 or later drivers.
  • Added support for fp16 I/O, similar to other existing supported backends.

vsmlrt.py

  • Added support for ArtCNN v1.4.0 models.

Known issue

  • Using the NCNN_VK(fp16=True) backend on the ArtCNN R8F64 chroma model may exhibit chroma shift with irregular input resolutions.

Full Changelog: v15.13.cu13...v15.13.ncnn

v15.13.cu13: latest TensorRT libraries

06 Sep 01:30

Choose a tag to compare

Pre-release

This is an experimental pre-release for the latest TensorRT libraries. The TRT_RTX backend is not supported in this pre-release.

TRT

General

  • Upgraded to CUDA 13.0.1 and cuDNN 9.13.0.

vsmlrt.py

  • Attempt to regenerate the engine after the failure of engine compilation for TRT, MIGX and TRT_RTX.

ORT

  • Upgraded to ONNX Runtime 1.23.0 (ecb26fb).

Full Changelog: v15.13.ort...v15.13.cu13

v15.13.ort: latest ONNX Runtime libraries

31 Aug 12:11

Choose a tag to compare

This is a pre-release for the latest onnx runtime library.

ORT

  • Upgraded to ONNX Runtime 1.23.0 (4754a1d) and added support for Nvidia RTX 50-series GPUs.
    • Support for attention operations in ONNX Runtime for LLMs is disabled.
    • Support for 900 and 10-series GPUs are dropped from ORT_CUDA.

General

vsmlrt.py

Community contributions

Known issues

  • fp16 inference for RIFE v2 and SAFA models, as well as fp32/fp16 inference for some SwinIR models, are not currently working in TRT_RTX.
  • The old cudnn v8 installation should be removed; otherwise, DLL loading may not work.

Full Changelog: v15.13.rtx...v15.13.ort

v15.13.rtx: experimental TensorRT-RTX backend

15 Aug 00:35

Choose a tag to compare

This is a pre-release for the experimental TRT_RTX backend.

TRT-RTX

  • Upgraded to TensorRT-RTX 1.1.

vsmlrt.py

  • Added support for ArtCNN R16F96 Chroma model.
  • Added output_format parameter to non-cuda ort backends.
  • Added fp16 I/O support for the TRT_RTX backend.

Community contributions

  • Remove extraneous plugin check for RIFE by @Rukario in #135

Known issues

  • fp16 inference for RIFE v2 and SAFA models is currently not supported in the TRT_RTX backend.

Full Changelog: v15.13...v15.13.rtx

v15.13: latest TensorRT libraries

24 Jul 02:08

Choose a tag to compare

TRT

  • Upgraded to TensorRT 10.13.0 and CUDA 12.9.1.

vsmlrt.py

  • Fix input name.
  • Fix error handling for Expr.

TRT-RTX

  • Added support for dynamic shapes.

Full Changelog: v15.12...v15.13

v15.12: latest TensorRT libraries

13 Jun 02:44

Choose a tag to compare

TRT

vsmlrt.py

  • Added support for the SAFA v0.5 models.
  • Prioritize the use of akarin.Expr.
  • Fix tile size check in SAFA().

misc

  • Fix tile size check in vsort and vsov.
  • Added experimental support for the TensorRT-RTX library. This TRT_RTX backend is under development, check pre-releases with the .rtx suffix.

Full Changelog: v15.11...v15.12

v15.11.rtx: experimental TensorRT-RTX backend

12 Jun 12:43

Choose a tag to compare

This pre-release adds experimental support for TensorRT-RTX, and this TRT_RTX backend may not be backward-compatible. This backend is under development, and future changes will be available in the v15.12.rtx pre-release.

Known issues

  • Dynamic shape is not supported.
  • For the vsmlrt.py wrapper, fp16 processing currently requires the onnxconverter-common package, and fp16 input/output is not supported.

Full Changelog: v15.11...v15.11.rtx