File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ option(GGML_AVX "ggml: enable AVX") // Enable it if the
41
41
option(GGML_AVX2 "ggml: enable AVX2") // Enable it if the highest supported avx level is AVX2
42
42
option(GGML_AVX512 "ggml: enable AVX512") // Enable it if the highest supported avx level is AVX512
43
43
option(GGML_CUDA "ggml: use CUDA") // Enable it if you have CUDA device
44
- option(GGML_BLAS "ggml: use BLAS") // Enable it if you want to use BLAS library to acclerate the computation on CPU
44
+ option(GGML_BLAS "ggml: use BLAS") // Enable it if you want to use BLAS library to accelerate the computation on CPU
45
45
option(GGML_VULKAN "ggml: use Vulkan") // Enable it if you have a device with Vulkan support
46
46
option(GGML_METAL "ggml: use Metal") // Enable it if you are using a MAC with Metal device.
47
47
```
You can’t perform that action at this time.
0 commit comments