ThoughtSharp.Adapters.TorchSharp
2025.8.7.92
dotnet add package ThoughtSharp.Adapters.TorchSharp --version 2025.8.7.92
NuGet\Install-Package ThoughtSharp.Adapters.TorchSharp -Version 2025.8.7.92
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ThoughtSharp.Adapters.TorchSharp" Version="2025.8.7.92" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ThoughtSharp.Adapters.TorchSharp" Version="2025.8.7.92" />
<PackageReference Include="ThoughtSharp.Adapters.TorchSharp" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ThoughtSharp.Adapters.TorchSharp --version 2025.8.7.92
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ThoughtSharp.Adapters.TorchSharp, 2025.8.7.92"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ThoughtSharp.Adapters.TorchSharp@2025.8.7.92
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ThoughtSharp.Adapters.TorchSharp&version=2025.8.7.92
#tool nuget:?package=ThoughtSharp.Adapters.TorchSharp&version=2025.8.7.92
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ThoughtSharp.Adapters.TorchSharp
The package that adapts TorchSharp for use with a ThoughtSharp project.
This package implements the abstractions necessary to create an instance of Bran using TorchSharp as a backing technology.
Key implementations:
TorchBrainTorchBrainFactoryTorchBrainBuilder(which just glues togetherBrainBuilder<TBrain, TModel, TDevice>with the torch adapters)
The simplest way to integrate it into your system is with a line like this:
var Brain = TorchBrainBuilder.For<MindType>().UsingStandard().Build();
Installation
dotnet add package ThoughtSharp.Adapters.TorchSharp
| 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 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- ThoughtSharp.Runtime (>= 2025.8.7.92)
- TorchSharp (>= 0.105.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 |
|---|---|---|
| 2025.8.7.92 | 294 | 8/7/2025 |
| 2025.7.11.91 | 147 | 7/11/2025 |
| 2025.7.3.90 | 194 | 7/3/2025 |
| 2025.7.3.89 | 215 | 7/3/2025 |
| 2025.7.1.88 | 207 | 7/1/2025 |
| 2025.7.1.87 | 210 | 7/1/2025 |
| 2025.6.23.86 | 193 | 6/23/2025 |
| 2025.6.23.85 | 183 | 6/23/2025 |
| 2025.6.23.84 | 188 | 6/23/2025 |
| 2025.6.23.83 | 201 | 6/23/2025 |
| 2025.6.22.82 | 195 | 6/22/2025 |
| 2025.6.20.81 | 156 | 6/20/2025 |
| 2025.6.18.80 | 199 | 6/18/2025 |
| 2025.6.16.79 | 194 | 6/16/2025 |
| 2025.6.16.78 | 204 | 6/16/2025 |
| 2025.6.16.77 | 195 | 6/16/2025 |
| 2025.6.16.76 | 195 | 6/16/2025 |
| 2025.6.16.75 | 218 | 6/16/2025 |
| 2025.6.16.74 | 203 | 6/16/2025 |
| 2025.6.16.73 | 212 | 6/16/2025 |
Loading failed