From 094aa96d4c8a2b9926efd799d6cd4c6069552eb2 Mon Sep 17 00:00:00 2001 From: Martin Evans Date: Fri, 1 Nov 2024 15:06:45 +0000 Subject: [PATCH] Update CONTRIBUTING.md Fixed spelling of `accelerate` --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 922059cbf..fb5b24ceb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,7 @@ option(LLAMA_NATIVE "llama: enable -march=native flag") // C option(LLAMA_AVX "llama: enable AVX") // Enable it if the highest supported avx level is AVX option(LLAMA_AVX2 "llama: enable AVX2") // Enable it if the highest supported avx level is AVX2 option(LLAMA_AVX512 "llama: enable AVX512") // Enable it if the highest supported avx level is AVX512 -option(LLAMA_BLAS "llama: use BLAS") // Enable it if you want to use BLAS library to acclerate the computation on CPU +option(LLAMA_BLAS "llama: use BLAS") // Enable it if you want to use BLAS library to accelerate the computation on CPU option(LLAMA_CUDA "llama: use CUDA") // Enable it if you have CUDA device option(LLAMA_CLBLAST "llama: use CLBlast") // Enable it if you have a device with CLBLast or OpenCL support, for example, some AMD GPUs. option(LLAMA_VULKAN "llama: use Vulkan") // Enable it if you have a device with Vulkan support