Onnxify.ML.TorchSharp
0.3.4
dotnet add package Onnxify.ML.TorchSharp --version 0.3.4
NuGet\Install-Package Onnxify.ML.TorchSharp -Version 0.3.4
<PackageReference Include="Onnxify.ML.TorchSharp" Version="0.3.4" />
<PackageVersion Include="Onnxify.ML.TorchSharp" Version="0.3.4" />
<PackageReference Include="Onnxify.ML.TorchSharp" />
paket add Onnxify.ML.TorchSharp --version 0.3.4
#r "nuget: Onnxify.ML.TorchSharp, 0.3.4"
#:package Onnxify.ML.TorchSharp@0.3.4
#addin nuget:?package=Onnxify.ML.TorchSharp&version=0.3.4
#tool nuget:?package=Onnxify.ML.TorchSharp&version=0.3.4
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.4)
- TorchSharp (>= 0.107.0)
-
net8.0
- Onnxify.ML (>= 0.3.4)
- 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.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.3.4 | 0 | 6/19/2026 |
| 0.3.3 | 92 | 6/15/2026 |
| 0.3.2 | 101 | 6/14/2026 |
| 0.3.1 | 89 | 6/12/2026 |
| 0.3.0 | 92 | 6/11/2026 |
| 0.2.0 | 95 | 6/8/2026 |
| 0.1.4 | 98 | 6/2/2026 |
| 0.1.3 | 104 | 6/1/2026 |
| 0.1.2 | 116 | 5/28/2026 |
| 0.1.1 | 103 | 5/20/2026 |
| 0.1.0 | 103 | 5/18/2026 |
| 0.0.0.15 | 96 | 5/18/2026 |
| 0.0.0.14 | 99 | 5/17/2026 |
| 0.0.0.13 | 94 | 5/14/2026 |
## 0.3.3
- Picked up the TorchSharp package-family deep export improvements for multi-input, tuple-output, generated TorchModule, and large-graph 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