Skip to content

3.0.1 - Linux/macOS supported

Latest

Choose a tag to compare

@sdcb sdcb released this 23 Jun 09:55
· 41 commits to master since this release
05ea890

We are excited to announce the release of PaddleSharp v3.0.1!
This version brings official support for Linux and macOS runtime dynamic libraries, further expanding multi-platform capability and bringing you a more robust Cross-Platform Paddle Inference experience.


🆕 Newly Released NuGet Runtime Packages for Linux/macOS

In addition to our existing Windows runtime packages, v3.0.1 introduces six new local dynamic library NuGet packages, enabling support for both x64 and ARM64 architectures on Linux and macOS:

Package Version 📌 Description
Sdcb.PaddleInference.runtime.linux-x64.openblas NuGet Linux x64, OpenBLAS
Sdcb.PaddleInference.runtime.linux-x64.mkl NuGet Linux x64, MKL
Sdcb.PaddleInference.runtime.linux-x64 NuGet Linux x64, MKL+OpenVINO
Sdcb.PaddleInference.runtime.linux-arm64 NuGet Linux ARM64
Sdcb.PaddleInference.runtime.osx-x64 NuGet macOS x64 (includes ONNXRuntime)
Sdcb.PaddleInference.runtime.osx-arm64 NuGet macOS ARM64

With these additions, PaddleSharp now covers mainstream deployment scenarios for .NET on Windows, Linux, and macOS with both x64 and arm64 support.


📦 Core Package Updates

  • Sdcb.PaddleInference 3.0.1
    Maintenance update ensuring compatibility with new runtime libraries.

  • Sdcb.PaddleOCR 3.0.1 (Recommended for upgrade!)

    • Fixed precision issues and rare crash bugs in OCR models.
    • ⚠️ Note: If you've never installed the Sdcb.PaddleOCR NuGet package directly,
      please install or upgrade to this package. (If you previously only used Sdcb.PaddleOCR.Models.Online or Sdcb.PaddleOCR.Models.Local, your OCR backend was still using an older version.)
  • Sdcb.RotationDetector 1.0.4

    • Updated dependency to Sdcb.PaddleInference 3.0.1 (no other changes).
  • Sdcb.PaddleNLP.Lac 1.0.1

    • Updated dependency to Sdcb.PaddleInference 3.0.1 (no other changes).

💡 Package Selection Guide

The complete set of runtime packages—including Windows, Linux, and macOS libraries—are self-built with open-source enhancements. You can find all source code and CI scripts in the PaddleSharp GitHub repository.


🙌 Thanks for Your Support!

Thank you for your continued feedback and support!
As always, we welcome your suggestions and pull requests, and we hope you enjoy PaddleSharp v3.0.1 on all major platforms!