Onnxify.ML.TorchSharp
0.3.3
dotnet add package Onnxify.ML.TorchSharp --version 0.3.3
NuGet\Install-Package Onnxify.ML.TorchSharp -Version 0.3.3
<PackageReference Include="Onnxify.ML.TorchSharp" Version="0.3.3" />
<PackageVersion Include="Onnxify.ML.TorchSharp" Version="0.3.3" />
<PackageReference Include="Onnxify.ML.TorchSharp" />
paket add Onnxify.ML.TorchSharp --version 0.3.3
#r "nuget: Onnxify.ML.TorchSharp, 0.3.3"
#:package Onnxify.ML.TorchSharp@0.3.3
#addin nuget:?package=Onnxify.ML.TorchSharp&version=0.3.3
#tool nuget:?package=Onnxify.ML.TorchSharp&version=0.3.3
Warning This package is currently in active development and research. Its public API is unstable and may change radically in future versions.
Onnxify.ML.TorchSharp
Onnxify.ML.TorchSharp is a publishable TorchSharp-oriented ML package slot in this repository.
Install
dotnet add package Onnxify.ML.TorchSharp
Intended Direction
- TorchSharp-oriented ML helpers that complement
Onnxify.ML. - Higher-level model workflows that build on the repo's ONNX and TorchSharp foundations.
Repository
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Onnxify.ML (>= 0.3.3)
- TorchSharp (>= 0.107.0)
-
net8.0
- Onnxify.ML (>= 0.3.3)
- TorchSharp (>= 0.107.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
## 0.3.3
- Picked up the TorchSharp package-family deep export improvements for multi-input, tuple-output, generated TorchModule, and yolo26s roundtrip scenarios.
## 0.3.2
- Aligned the package version with the 0.3.2 Onnxify package family release.
- Picked up the TorchSharp package-family deep export improvements for tensor `flatten(...)` calls.
## 0.3.0
- Aligned the package version with the 0.3.0 Onnxify package family release.
- Updated the TorchSharp dependency baseline to `0.107.0` for TorchSharp-backed ML pipeline extensions.
- Picked up the latest TorchSharp and safetensors package-family updates.
## 0.2.0
- Aligned the package version with the 0.2.0 Onnxify package family release.
## 0.1.2
- Aligned the package version with the 0.1.2 Onnxify package family release.
## 0.1.1
- Aligned the package version with the 0.1.1 Onnxify package family release.
## 0.0.0.1
- Initial release