From d358f9c5c40b79d8230067bfcacb520a1a094a38 Mon Sep 17 00:00:00 2001 From: Noah Gift Date: Sun, 27 Aug 2023 14:04:59 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c5e3dec..26374ab 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,14 @@ ### Installation (GPU works for most) * Follow steps from [Hugging Face](https://huggingface.github.io/candle/guide/installation.html) -* Run `make verify` to ensure CUDA comipler driver and GPU capability -* Verify CUDA: - - `cargo run --features cuda --example whisper --release` - - `cargo run --features cuda --example bert --release` +* Run `make verify` to ensure CUDA compiler driver and GPU capability + +#### Verify CUDA: + +* Run the following commands to verify your setup: + * `cargo run --features cuda --example whisper --release` + * `cargo run --features cuda --example bert --release` + This repo contains a pre-configured [GitHub .devcontainer](https://github.com/nogibjj/rust-candle-demos/tree/main/.devcontainer) that sets up CUDA for you. It utilizes the [features shown here](https://docs.github.com/en/enterprise-cloud@latest/codespaces/developing-in-codespaces/getting-started-with-github-codespaces-for-machine-learning#configuring-nvidia-cuda-for-your-codespace).