Skip to content

Commit

Permalink
Small readme tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelPeeters committed Mar 20, 2024
1 parent a0571e3 commit be2282b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@

## Overview

A neural network inference library, written in/for Rust. It can run ONNX files either on the CPU or on Nvidia GPUs using
Kyanite is a neural network inference library, written in/for Rust. It can run ONNX files either on the CPU or on Nvidia
GPUs using
cuda/cudnn/cublas.

It is general enough to run all kinds of networks, it has been tested with:
Expand Down Expand Up @@ -123,7 +124,7 @@ See [the docs](https://docs.rs/kn-graph/latest/kn_graph/graph/enum.Operation.htm
operations.

The graph can be constructed directly in code using
the [graph builder API](https://docs.rs/kn-graph/0.2.1/kn_graph/graph/struct.Graph.html), but for convenience, an ONNX
the [graph builder API](https://docs.rs/kn-graph/latest/kn_graph/graph/struct.Graph.html), but for convenience, an ONNX
loader exists. It can read ONNX files and convert the supported subset of operations into those supported by the IR.

Because the graph IR is much more orthogonal than the ONNX specification, many ONNX operations are decomposed into
Expand Down

0 comments on commit be2282b

Please sign in to comment.