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 8da54ed commit 9b1ea84Copy full SHA for 9b1ea84
xinference/model/llm/pytorch/cogvlm2.py
@@ -192,7 +192,7 @@ def _image_to_piexl_values(image):
192
)
193
assistant = chat_history[i + 1]["content"]
194
history.append((user, assistant))
195
- query = assistant
+ query = assistant # type: ignore
196
return query, history, [pixel_values]
197
198
def get_query_and_history(
0 commit comments