From 17c536adba815d29737d683157f84d31cb6968dc Mon Sep 17 00:00:00 2001 From: Manuel Drehwald Date: Wed, 1 May 2024 18:05:02 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 594c69d0453be..c147b0262f2e8 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,10 @@ rustup toolchain link enzyme build/host/stage1 rustup toolchain install nightly # enables -Z unstable-options ``` -You can then look at examples in the `library/autodiff/examples/*` folder and run them with +You can then run an examples from our [docs](https://enzyme.mit.edu/index.fcgi/rust/usage/usage.html) using ```bash -# rosenbrock forward iteration -cargo +enzyme run --example rosenbrock_fwd_iter --release - -# or all of them -cargo +enzyme test --examples +cargo +enzyme run --release ``` ## Enzyme Config