]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Don't tell users to use a bad number of threads (#243)
authorStephan Walter <redacted>
Fri, 17 Mar 2023 17:47:35 +0000 (17:47 +0000)
committerGitHub <redacted>
Fri, 17 Mar 2023 17:47:35 +0000 (19:47 +0200)
commit367946c668757532deed929e1d78673c6ac6bcb8
tree55245c6c86103db1777b3dcd0831dbd72184a3c2
parent6b0df5ccf360fe5c015f6607f0375bfc6849005e
Don't tell users to use a bad number of threads (#243)

The readme tells people to use the command line option "-t 8", causing 8
threads to be started. On systems with fewer than 8 cores, this causes a
significant slowdown. Remove the option from the example command lines
and use /proc/cpuinfo on Linux to determine a sensible default.
.devops/tools.sh
README.md
ggml.c
utils.cpp
utils.h