Skip to content

Commit fd23b53

Browse files
committed
Updated readme
1 parent a5739e1 commit fd23b53

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1+
Status
2+
======
3+
4+
Currently I am binding the Tensor APIs, opportunities to bind other APIs
5+
are wide open.
6+
7+
Running this
8+
============
19
To run this, you will need libtorch and its dependencies (on Mac that
210
includes libc10) installed in a location that your dynamic linker can
311
get to.
412

5-
Status
6-
======
713

8-
Currently I am binding the Tensor APIs, opportunities to bind other APIs
9-
are wide open.
14+
Running On Linux (on Windows)
15+
-----------------------------
16+
17+
The following was tested on Ubuntu 18.04 on the Windows Subsytem for Linux.
18+
19+
1. Install the [.NET Core SDK](https://www.microsoft.com/net/download).
20+
2. Install [libtorch](https://pytorch.org/), and make it available to the
21+
dynamic linker.
22+
3. Run `dotnet run` in the `Tester` subfolder.

0 commit comments

Comments
 (0)