Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jdermody/brightwire
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Dermody committed Oct 17, 2021
2 parents 616ed16 + 32c0847 commit dc0dba1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ExampleCode/ExampleCode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SharpCompress" Version="0.26.0" />
<PackageReference Include="SharpCompress" Version="0.29.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ To install the cpu version (no CUDA support) use:

```
Install-Package BrightWire
Install-Package BrightWire.Numerics
Install-Package BrightData.Numerics
```

To add CUDA support use:

```
Install-Package BrightWire
Install-Package BrightWire.Cuda
Install-Package BrightData.Cuda
```

## Features
Expand Down

0 comments on commit dc0dba1

Please sign in to comment.