harrypart commited on
Commit
a466f5f
·
verified ·
1 Parent(s): a59ac57

processor docstring

Browse files
Files changed (1) hide show
  1. kimi_k25_processor.py +2 -2
kimi_k25_processor.py CHANGED
@@ -97,8 +97,8 @@ class KimiK25Processor(ProcessorMixin):
97
  Converted to ``medias`` and each ``<|image|>`` placeholder in
98
  ``text`` is expanded to that image's per-patch token count, so
99
  the returned ``input_ids`` align with ``pixel_values`` (same
100
- semantics as Qwen-family processors and the serving-layer
101
- wrappers in vLLM/SGLang).
102
  return_tensors: Format of returned tensors ('pt', 'np', 'tf'). Default: 'pt'.
103
  **kwargs: Additional arguments passed to tokenizer.apply_chat_template.
104
 
 
97
  Converted to ``medias`` and each ``<|image|>`` placeholder in
98
  ``text`` is expanded to that image's per-patch token count, so
99
  the returned ``input_ids`` align with ``pixel_values`` (same
100
+ semantics as Qwen-family processors and the SGLang serving-layer
101
+ wrapper).
102
  return_tensors: Format of returned tensors ('pt', 'np', 'tf'). Default: 'pt'.
103
  **kwargs: Additional arguments passed to tokenizer.apply_chat_template.
104