Skip to content

Commit 56e4241

Browse files
authored
Update ContributingGuide.md
Fixed spelling of `acclerate`
1 parent 56418b2 commit 56e4241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ContributingGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ option(GGML_AVX "ggml: enable AVX") // Enable it if the
4141
option(GGML_AVX2 "ggml: enable AVX2") // Enable it if the highest supported avx level is AVX2
4242
option(GGML_AVX512 "ggml: enable AVX512") // Enable it if the highest supported avx level is AVX512
4343
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
4545
option(GGML_VULKAN "ggml: use Vulkan") // Enable it if you have a device with Vulkan support
4646
option(GGML_METAL "ggml: use Metal") // Enable it if you are using a MAC with Metal device.
4747
```

0 commit comments

Comments
 (0)