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 0067c1a commit 3fbc063Copy full SHA for 3fbc063
llama_cpp/llama.py
@@ -686,8 +686,8 @@ def __setstate__(self, state):
686
last_n_tokens_size=state["last_n_tokens_size"],
687
verbose=state["verbose"],
688
)
689
- self.last_n_tokens_data=state["last_n_tokens_data"]
690
- self.tokens_consumed=state["tokens_consumed"]
+ self.last_n_tokens_data = state["last_n_tokens_data"]
+ self.tokens_consumed = state["tokens_consumed"]
691
692
693
@staticmethod
0 commit comments