Skip to content

Commit c58751b

Browse files
committed
chore: document mtmd_caps c declaration
1 parent 2305061 commit c58751b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

llama_cpp/mtmd_cpp.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ class mtmd_decoder_pos(Structure):
134134
]
135135

136136

137+
# struct mtmd_caps {
138+
# bool inp_vision;
139+
# bool inp_audio;
140+
# };
137141
class mtmd_caps(Structure):
138142
"""Capabilities exposed by an mmproj file."""
139143

0 commit comments

Comments
 (0)