mirror of
https://github.com/abetlen/llama-cpp-python.git
synced 2023-09-07 17:34:22 +03:00
Formatting
This commit is contained in:
@@ -686,8 +686,8 @@ class Llama:
|
||||
last_n_tokens_size=state["last_n_tokens_size"],
|
||||
verbose=state["verbose"],
|
||||
)
|
||||
self.last_n_tokens_data=state["last_n_tokens_data"]
|
||||
self.tokens_consumed=state["tokens_consumed"]
|
||||
self.last_n_tokens_data = state["last_n_tokens_data"]
|
||||
self.tokens_consumed = state["tokens_consumed"]
|
||||
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user