Skip to content

Commit

Permalink
docs: links to various examples of using Reactant
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Nov 9, 2024
1 parent af36898 commit a2f2a75
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,12 @@ Reactant.set_default_backend("gpu")
# ones favorite code will now all be executed on GPU, no CUDA.jl dependency even required!
```

## High-Level Usage Examples

### Neural Networks

1. [General Usage with Lux.jl](https://lux.csail.mit.edu/stable/manual/compiling_lux_models)
2. [Compiling NeuralOperators.jl with Reactant](https://docs.sciml.ai/NeuralOperators/stable/tutorials/xla_compilation/)
3. End-to-End Training & Inference Examples
1. [Conv Mixer on CIFAR-10](https://github.com/LuxDL/Lux.jl/tree/main/examples/ConvMixer)
2. [Text Generation using NanoGPT](https://github.com/LuxDL/Lux.jl/tree/main/examples/NanoGPT)

0 comments on commit a2f2a75

Please sign in to comment.