mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 11:05:26 +00:00
feat : increase ctx size
This commit is contained in:
parent
1dd8e0a016
commit
875ab3bd8e
@ -17,6 +17,7 @@ class LlamacppLLM(GeneratorLLM):
|
||||
self.llm = Llama.from_pretrained(
|
||||
repo_id=self.model,
|
||||
filename="*Q8_0.gguf",
|
||||
n_ctx=4096,
|
||||
verbose=True
|
||||
)
|
||||
self.logger.info(f"Using {self.model} for generation with Llama.cpp")
|
||||
|
Loading…
x
Reference in New Issue
Block a user