]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
docs : fix typo GOMP_CPU_AFFINITY (#3597)
authoruint256_t <redacted>
Thu, 12 Oct 2023 13:36:16 +0000 (22:36 +0900)
committerGitHub <redacted>
Thu, 12 Oct 2023 13:36:16 +0000 (16:36 +0300)
docs/BLIS.md

index f3d2312b43c75bebac13defff6c4433dbfa8ddb9..0bcd6eeef18fa1f8ba2ce978efbff15dfcd95522 100644 (file)
@@ -49,7 +49,7 @@ According to the BLIS documentation, we could set the following
 environment variables to modify the behavior of openmp:
 
 ```bash
-export GOMP_GPU_AFFINITY="0-19"
+export GOMP_CPU_AFFINITY="0-19"
 export BLIS_NUM_THREADS=14
 ```