We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ad8c0 commit b2aa656Copy full SHA for b2aa656
llama_cpp/_internals.py
@@ -307,8 +307,8 @@ def __del__(self):
307
def n_ctx(self) -> int:
308
return llama_cpp.llama_n_ctx(self.ctx)
309
310
- def n_batch(self) -> int:
311
- return llama_cpp.llama_n_batch(self.ctx)
+ def n_ctx_seq(self) -> int:
+ return llama_cpp.llama_n_ctx_seq(self.ctx)
312
313
def n_batch(self) -> int:
314
return llama_cpp.llama_n_batch(self.ctx)
0 commit comments