]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
docs : mark code as Bash (#3375)
authorKevin Ji <redacted>
Thu, 28 Sep 2023 13:11:32 +0000 (09:11 -0400)
committerGitHub <redacted>
Thu, 28 Sep 2023 13:11:32 +0000 (09:11 -0400)
docs/BLIS.md

index 9b3c3060515dbfdc4e942b5d621fef68bf4c38e5..f3d2312b43c75bebac13defff6c4433dbfa8ddb9 100644 (file)
@@ -48,7 +48,7 @@ make -j
 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 BLIS_NUM_THREADS=14
 ```