llama.cpp/.devops
Stephan Walter 367946c668
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.
2023-03-17 19:47:35 +02:00
..
full.Dockerfile 🚀 Dockerize llamacpp (#132) 2023-03-17 10:47:06 +01:00
main.Dockerfile 🚀 Dockerize llamacpp (#132) 2023-03-17 10:47:06 +01:00
tools.sh Don't tell users to use a bad number of threads (#243) 2023-03-17 19:47:35 +02:00