summaryrefslogtreecommitdiff
path: root/candle-book
diff options
context:
space:
mode:
Diffstat (limited to 'candle-book')
-rw-r--r--candle-book/src/guide/installation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/candle-book/src/guide/installation.md b/candle-book/src/guide/installation.md
index 58bf7054..56d73ad3 100644
--- a/candle-book/src/guide/installation.md
+++ b/candle-book/src/guide/installation.md
@@ -25,7 +25,7 @@ cd myapp
Make sure to add the `candle-core` crate with the cuda feature:
-```
+```bash
cargo add --git https://github.com/huggingface/candle.git candle-core --features "cuda"
```
@@ -47,7 +47,7 @@ cargo add --git https://github.com/huggingface/candle.git candle-core
Finally, run `cargo build` to make sure everything can be correctly built.
-```
+```bash
cargo run
```