Skip to content

Commit e7b7fc7

Browse files
authored
Lint
1 parent 4bbb41c commit e7b7fc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llama_cpp/_internals.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import numpy.typing as npt
1616

1717
from llama_cpp import llama_cpp
18+
1819
from ._utils import suppress_stdout_stderr
1920
from .llama_grammar import LlamaGrammar
2021
from .llama_types import *
@@ -476,7 +477,7 @@ def sample_token_mirostat(
476477

477478
def sample_token_mirostat_v2(
478479
self,
479-
candidates: "_LlamaTokenDataArray",
480+
candidates: _LlamaTokenDataArray,
480481
tau: float,
481482
eta: float,
482483
mu: llama_cpp.CtypesPointerOrRef[ctypes.c_float],

0 commit comments

Comments
 (0)