Skip to content

Commit 5eedfb4

Browse files
ariG23498hmellor
andauthored
Update _posts/2025-04-11-transformers-backend.md
Co-authored-by: Harry Mellor <[email protected]>
1 parent fcd8932 commit 5eedfb4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

_posts/2025-04-11-transformers-backend.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ image = Image.open(
9797
vlm = LLM(
9898
model="llava-hf/llava-onevision-qwen2-0.5b-ov-hf",
9999
model_impl="transformers",
100-
disable_mm_preprocessor_cache=True, # we disable the mm preprocessor cache for the time being
101-
enable_prefix_caching=False,
102-
enable_chunked_prefill=False
103100
)
104101

105102
outputs = vlm.generate(

0 commit comments

Comments
 (0)