mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-07 19:40:21 +00:00
limit prompt batch size to 128
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
#include <cstdint>
|
||||
#include <limits>
|
||||
|
||||
#define LLMODEL_MAX_PROMPT_BATCH 128
|
||||
|
||||
class Dlhandle;
|
||||
|
||||
class LLModel {
|
||||
|
Reference in New Issue
Block a user