From c5e43ad0ab860066cf32b08892b70c2733a95802 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Wed, 23 Aug 2023 13:27:29 +0200 Subject: Apply suggestions from code review --- candle-book/src/guide/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'candle-book') diff --git a/candle-book/src/guide/installation.md b/candle-book/src/guide/installation.md index 0b429566..467b477a 100644 --- a/candle-book/src/guide/installation.md +++ b/candle-book/src/guide/installation.md @@ -32,7 +32,7 @@ cargo add --git https://github.com/huggingface/candle.git candle-core --features Run `cargo build` to make sure everything can be correctly built. ```bash -cargo run +cargo build ``` **Without Cuda support**: @@ -45,10 +45,10 @@ cd myapp cargo add --git https://github.com/huggingface/candle.git candle-core ``` -Finally, run `cargo run` to make sure everything can be correctly built. +Finally, run `cargo build` to make sure everything can be correctly built. ```bash -cargo run +cargo build ``` **With mkl support** -- cgit v1.2.3