From: uint256_t Date: Thu, 12 Oct 2023 13:36:16 +0000 (+0900) Subject: docs : fix typo GOMP_CPU_AFFINITY (#3597) X-Git-Tag: upstream/0.0.4488~3111 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=9e24cc6e2e589d405bd1720c400f5b0b9d0ca3ee;p=pkg%2Fggml%2Fsources%2Fllama.cpp docs : fix typo GOMP_CPU_AFFINITY (#3597) --- diff --git a/docs/BLIS.md b/docs/BLIS.md index f3d2312b..0bcd6eee 100644 --- a/docs/BLIS.md +++ b/docs/BLIS.md @@ -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 ```