Skip to content

Commit 05c2b88

Browse files
committed
fix: format binding docstring
1 parent d115822 commit 05c2b88

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

llama_cpp/llama_cpp.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,8 +1276,7 @@ def llama_flash_attn_type_name(flash_attn_type: int, /) -> Optional[bytes]:
12761276
# LLAMA_API const char * llama_ftype_name(enum llama_ftype ftype);
12771277
@ctypes_function("llama_ftype_name", [ctypes.c_int], ctypes.c_char_p)
12781278
def llama_ftype_name(ftype: int, /) -> Optional[bytes]:
1279-
"""Get the model file type (quantization) as a string, e.g. "Q8_0" or "Q4_K - Medium"
1280-
"""
1279+
'''Get the model file type (quantization) as a string, e.g. "Q8_0" or "Q4_K - Medium"'''
12811280
...
12821281

12831282

0 commit comments

Comments
 (0)