Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README to point to Furnace project #1447

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ TorchSharp is a .NET library that provides access to the library that powers PyT

The focus is to bind the API surfaced by LibTorch with a particular focus on tensors. The design intent is to stay as close as possible to the Pytorch experience, while still taking advantage of the benefits of the .NET static type system where it makes sense. For example: method overloading is relied on when Pytorch defines multiple valid types for a particular parameter.

The technology is a "wrapper library": no more, no less. [DiffSharp](https://github.com/DiffSharp/DiffSharp/) uses this
The technology is a "wrapper library": no more, no less. [Furnace](https://github.com/fsprojects/Furnace/) uses this
repository extensively and has been a major factor in iterating support.

Things that you can try:
Expand Down Expand Up @@ -145,5 +145,5 @@ See [DEVGUIDE.md](DEVGUIDE.md) and [CONTRIBUTING.md](CONTRIBUTING.md).

# Uses

[DiffSharp](https://github.com/DiffSharp/DiffSharp/) also uses this
[Furnace](https://github.com/fsprojects/Furnace/) also uses this
repository extensively and has been a major factor in iterating support.