From 49f0bfd69ddf801bb8ce5c2e506c2f0a22844bfa Mon Sep 17 00:00:00 2001 From: Eve <139727413+netrunnereve@users.noreply.github.com> Date: Tue, 8 Aug 2023 22:58:53 -0400 Subject: [PATCH] Update README.md --- examples/main/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/main/README.md b/examples/main/README.md index 55c16096f..a78fb6b94 100644 --- a/examples/main/README.md +++ b/examples/main/README.md @@ -259,6 +259,7 @@ These options help improve the performance and memory usage of the LLaMA models. ### Number of Threads - `-t N, --threads N`: Set the number of threads to use during computation. For optimal performance, it is recommended to set this value to the number of physical CPU cores your system has (as opposed to the logical number of cores). Using the correct number of threads can greatly improve performance. +- `-ppt N, --pp-threads N`: Set the number of threads to use during prompt processing only. ### Mlock