You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bug-fix:] QEFFAutoModelForImageTextToText class docstring fixing (#372)
This pull request addresses the issue with the code block in the class
docstring of `QEFFAutoModelForImageTextToText`. Previously, the
docstring was not displaying correctly on `gh-pages` due to an error in
the Python code block.
---------
Signed-off-by: Abukhoyer Shaik <[email protected]>
Copy file name to clipboardExpand all lines: QEfficient/transformers/models/modeling_auto.py
+5-4
Original file line number
Diff line number
Diff line change
@@ -1176,6 +1176,7 @@ class QEFFAutoModelForImageTextToText:
1176
1176
:kv_offload (bool): Flag to toggle between single and dual QPC approaches. If set to False, the Single QPC approach will be used; otherwise, the dual QPC approach will be applied. Defaults to True.
1177
1177
1178
1178
.. code-block:: python
1179
+
1179
1180
import requests
1180
1181
from PIL import Image
1181
1182
from transformers import AutoProcessor, TextStreamer
@@ -1189,8 +1190,8 @@ class QEFFAutoModelForImageTextToText:
0 commit comments