Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
hkvision committed Dec 3, 2024
1 parent 03bf892 commit 2822207
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def get_shared_lib_info(lib_base_name: str):
_lib.reset.argtypes = [ctypes.c_void_p]
_lib.reset.restype = None

_lib.run_prefill_with_logits.argtypes = [ctypes.c_void_p, ctypes.POINTER(ctypes.c_int), ctypes.c_int,
ctypes.POINTER(ctypes.c_float), ctypes.c_int]
_lib.run_prefill_with_logits.argtypes = [ctypes.c_void_p, ctypes.POINTER(ctypes.c_int),
ctypes.c_int, ctypes.POINTER(ctypes.c_float), ctypes.c_int]
_lib.run_prefill_with_logits.restype = None

_lib.run_decode_with_logits.argtypes = [ctypes.c_void_p, ctypes.c_int,
Expand Down

0 comments on commit 2822207

Please sign in to comment.