diff --git a/docs/guide/CUDA.md b/docs/guide/CUDA.md index cddf9ca5..81ed8a60 100644 --- a/docs/guide/CUDA.md +++ b/docs/guide/CUDA.md @@ -44,7 +44,7 @@ If you see `CUDA used VRAM` in the output, it means that CUDA support is working ## Prerequisites * [CUDA Toolkit](https://developer.nvidia.com/cuda-downloads) 12.4 or higher * [NVIDIA Drivers](https://www.nvidia.com/en-us/drivers/) -* [`cmake-js` dependencies](https://github.com/cmake-js/cmake-js#:~:text=projectRoot/build%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5Bstring%5D-,Requirements%3A,-CMake) +* [`cmake-js` dependencies](https://github.com/cmake-js/cmake-js#:~:text=%5Bstring%5D-,Requirements%3A,-CMake) * [CMake](https://cmake.org/download/) 3.26 or higher (optional, recommended if you have build issues) ## Manually Building `node-llama-cpp` With CUDA Support {#building} diff --git a/docs/guide/Metal.md b/docs/guide/Metal.md index 871f1ef4..ae172101 100644 --- a/docs/guide/Metal.md +++ b/docs/guide/Metal.md @@ -19,7 +19,7 @@ and when building from source on macOS on Apple Silicon Macs, Metal support is e ## Toggling Metal Support {#building} ### Prerequisites -* [`cmake-js` dependencies](https://github.com/cmake-js/cmake-js#:~:text=projectRoot/build%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5Bstring%5D-,Requirements%3A,-CMake) +* [`cmake-js` dependencies](https://github.com/cmake-js/cmake-js#:~:text=%5Bstring%5D-,Requirements%3A,-CMake) * [CMake](https://cmake.org/download/) 3.26 or higher (optional, recommended if you have build issues) ### Building `node-llama-cpp` With Metal Support Disabled diff --git a/docs/guide/Vulkan.md b/docs/guide/Vulkan.md index cb66ab3d..9a0efdcb 100644 --- a/docs/guide/Vulkan.md +++ b/docs/guide/Vulkan.md @@ -34,7 +34,7 @@ If you see `Vulkan used VRAM` in the output, it means that Vulkan support is wor ## Building `node-llama-cpp` With Vulkan Support {#building} ### Prerequisites -* [`cmake-js` dependencies](https://github.com/cmake-js/cmake-js#:~:text=projectRoot/build%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5Bstring%5D-,Requirements%3A,-CMake) +* [`cmake-js` dependencies](https://github.com/cmake-js/cmake-js#:~:text=%5Bstring%5D-,Requirements%3A,-CMake) * [CMake](https://cmake.org/download/) 3.26 or higher (optional, recommended if you have build issues) * [Vulkan SDK](https://vulkan.lunarg.com/sdk/home): > diff --git a/docs/guide/building-from-source.md b/docs/guide/building-from-source.md index b6382d6c..3e0cbd40 100644 --- a/docs/guide/building-from-source.md +++ b/docs/guide/building-from-source.md @@ -27,7 +27,7 @@ This is useful for building from source on machines that aren't connected to the ::: info If `cmake` is not installed on your machine, `node-llama-cpp` will automatically download `cmake` to an internal directory and try to use it to build `llama.cpp` from source. -If the build fails, make sure you have the required dependencies of `cmake` installed on your machine. More info is available [here](https://github.com/cmake-js/cmake-js#:~:text=projectRoot/build%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5Bstring%5D-,Requirements%3A,-CMake) (you don't have to install `cmake` or `cmake-js`, just the dependencies). +If the build fails, make sure you have the required dependencies of `cmake` installed on your machine. More info is available [here](https://github.com/cmake-js/cmake-js#:~:text=%5Bstring%5D-,Requirements%3A,-CMake) (you don't have to install `cmake` or `cmake-js`, just the dependencies). ::: ::: details Dependencies for macOS diff --git a/docs/guide/development.md b/docs/guide/development.md index db552293..7c5fc2da 100644 --- a/docs/guide/development.md +++ b/docs/guide/development.md @@ -8,7 +8,7 @@ This document describes how to set up your development environment to contribute ## Prerequisites - [Git](https://git-scm.com/). [GitHub's Guide to Installing Git](https://help.github.com/articles/set-up-git) is a good source of information. - [Node.js](https://nodejs.org/en/) (v20 or higher) -- [cmake dependencies](https://github.com/cmake-js/cmake-js#:~:text=projectRoot/build%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5Bstring%5D-,Requirements%3A,-CMake) - make sure the required dependencies of `cmake` are installed on your machine. More info is available [here](https://github.com/cmake-js/cmake-js#installation:~:text=projectRoot/build%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5Bstring%5D-,Requirements%3A,-CMake) (you don't necessarily have to install `cmake`, just the dependencies) +- [cmake dependencies](https://github.com/cmake-js/cmake-js#:~:text=%5Bstring%5D-,Requirements%3A,-CMake) - make sure the required dependencies of `cmake` are installed on your machine. More info is available [here](https://github.com/cmake-js/cmake-js#installation:~:text=projectRoot/build%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5Bstring%5D-,Requirements%3A,-CMake) (you don't necessarily have to install `cmake`, just the dependencies) ## Setup 1. [Fork `node-llama-cpp` repo](https://github.com/withcatai/node-llama-cpp/fork)