From 8b8aab2132ba77742372af398a694dccb981e217 Mon Sep 17 00:00:00 2001 From: Stella Laurenzo Date: Mon, 9 Oct 2023 22:45:37 -0700 Subject: [PATCH] Add eager mnist example. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa7fe94e9..d68790277 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ and not everything works at head with release binaries at present. * [AOT MLP with a dynamic batch size](https://github.com/nod-ai/SHARK-Turbine/blob/main/examples/aot_mlp/mlp_export_dynamic.py) * [AOT llama2](https://github.com/nod-ai/SHARK-Turbine/blob/main/examples/llama2_inference/llama2.ipynb): Dynamic sequence length custom compiled module with state management internal to the model. + * [Eager MNIST with `toch.compile`](https://github.com/nod-ai/SHARK-Turbine/blob/main/examples/eager_mlp/mlp_eager_simple.py) ## Developers