diff options
Diffstat (limited to 'candle-book/src/guide/installation.md')
-rw-r--r-- | candle-book/src/guide/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-book/src/guide/installation.md b/candle-book/src/guide/installation.md index 8e549d01..c909a5df 100644 --- a/candle-book/src/guide/installation.md +++ b/candle-book/src/guide/installation.md @@ -21,4 +21,4 @@ cargo build ``` -You can also see feature `mkl` which could be interesting to get faster inference on CPU. [Using mkl](./advanced/mkl.md) +You can also see the `mkl` feature which could be interesting to get faster inference on CPU. [Using mkl](./advanced/mkl.md) |