You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,11 @@ Bright Wire is an extensible machine learning library for .NET with GPU support
4
4
5
5
## Getting Started
6
6
7
-
Bright Wire runs "out of the box" for CPU based computation on .net 4.6 and above and .net standard 2. For GPU based computation, you will need to install
7
+
Bright Wire is a .net core 3.1 class library.
8
+
9
+
The previous .net 4.6 version can be found here: https://github.com/jdermody/brightwire/tree/v2
10
+
11
+
Bright Wire runs "out of the box" for CPU based computation. For GPU based computation, you will need to install
8
12
[NVIDIA CUDA Toolkit 11](https://developer.nvidia.com/cuda-downloads)
9
13
(and have a [Kepler or better NVIDIA GPU](https://en.wikipedia.org/wiki/CUDA#GPUs_supported)).
10
14
@@ -27,6 +31,8 @@ via the [Numerics.Net Wrapper](http://numerics.mathdotnet.com/MKL.html).
27
31
28
32
## Nuget Installation
29
33
34
+
.Net Core Libraries will be released soon.
35
+
30
36
To install the .net4 version (no CUDA support, any CPU) use:
31
37
32
38
```
@@ -75,7 +81,7 @@ Another issue you may have is that `protobuf` library complains that it is alrea
0 commit comments