(self)
| 12082 | self._embedding_batch_refs = [] |
| 12083 | |
| 12084 | def clear_memory(self) -> None: |
| 12085 | if self.mem is not None: |
| 12086 | llama_cpp.llama_memory_clear(self.mem, True) |
| 12087 | |
| 12088 | def add_batch_tokens( |
| 12089 | self, |
no outgoing calls
no test coverage detected