File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change
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
+ ============
1
9
To run this, you will need libtorch and its dependencies (on Mac that
2
10
includes libc10) installed in a location that your dynamic linker can
3
11
get to.
4
12
5
- Status
6
- ======
7
13
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.
You can’t perform that action at this time.
0 commit comments