Skip to content

b2307

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Aug 12:07
f25d4fb

This is a minor maintenance release.

Changes

  • For PyTorch models, PyTorch has been updated to v2.4.0 in the following versions:
    • CUDA version. Now also uses CUDA 12+ and CuDNN 9+ which may offer better performance. This has also reduced the prebuilt version size.
    • CPU version.
    • macOS version (ARM only).
  • In DirectML version, torch-directml has been updated to 0.2.4.dev240815. No performance change is expected since the new operators are not used by the voice changer.
  • For ONNX models, ONNX runtime has been updated to 1.19 in the following versions:
    • CUDA version. Now also uses CUDA 12+ and CuDNN 9+ which may offer better performance.
    • DirectML version. DirectML runtime and opset support have been updated which may offer better performance.
    • CPU version.
    • macOS version. CoreML runtime now has support for more operators which are used by the voice changer and may offer better performance.