PaddleInference.runtime.osx-arm64
2.5.0
See the version list below for details.
dotnet add package PaddleInference.runtime.osx-arm64 --version 2.5.0
NuGet\Install-Package PaddleInference.runtime.osx-arm64 -Version 2.5.0
<PackageReference Include="PaddleInference.runtime.osx-arm64" Version="2.5.0" />
paket add PaddleInference.runtime.osx-arm64 --version 2.5.0
#r "nuget: PaddleInference.runtime.osx-arm64, 2.5.0"
// Install PaddleInference.runtime.osx-arm64 as a Cake Addin #addin nuget:?package=PaddleInference.runtime.osx-arm64&version=2.5.0 // Install PaddleInference.runtime.osx-arm64 as a Cake Tool #tool nuget:?package=PaddleInference.runtime.osx-arm64&version=2.5.0
PaddleInference for Apple Silicon (ARM64)
This package provides a tailored version of PaddlePaddle's C inference library, specifically designed for Apple Silicon processors (ARM64), ensuring seamless operation on CPUs. Please note that GPU support is not yet available for OSX ARM in this build.
Avoiding Common Build Issues
The library is modified to avoid the double gflags conflict, a common issue encountered when building PaddlePaddle from source. This ensures a smoother integration process, especially when used in conjunction with the Sdcb.PaddleInference package, a .NET wrapper for PaddlePaddle.
Getting Started
Before using this package, please ensure that you have all necessary dependencies installed. You can install them using Homebrew:
brew install gflags
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.