From c19e2116292d2464222313af6caa1a6f21a02ef3 Mon Sep 17 00:00:00 2001 From: Joe Fioti Date: Tue, 27 Feb 2024 22:30:23 -0600 Subject: [PATCH] readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 326afd66..ea5770bf 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,13 @@ println!("Result: {:?}", c); ## Getting Started **Mistral 7B** ```bash -bash examples/mistral/setup/setup.sh # Download the model weights -cargo run --release --example mistral # Run the model +cd ./examples/mistral +# Download the model +bash ./setup/setup.sh +# Run the model +cargo run --release --features metal # MacOS (Recommended) +cargo run --release --features cuda # Nvidia +cargo run --release # CPU ``` ## Features