Remove unused kSystemPrompt

PiperOrigin-RevId: 648429567
This commit is contained in:
Jan Wassenberg 2024-07-01 11:17:33 -07:00 committed by Copybara-Service
parent af8eb2fde3
commit e527e7662e
1 changed files with 1 additions and 2 deletions

View File

@ -35,7 +35,6 @@ constexpr size_t kDecodeBatchSize = 1;
constexpr size_t kBatchedQueryBatchSize = 16;
constexpr size_t kMinAdjustedPrefillBatchSize =
HWY_MAX((size_t)1, kPrefillBatchSize / kBatchedQueryBatchSize);
constexpr bool kSystemPrompt = false;
struct KVCache {
hwy::AlignedFreeUniquePtr<float[]>