rphrp1985 commited on
Commit
8ad6479
·
verified ·
1 Parent(s): 50c3dc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -393,7 +393,7 @@ def respond(
393
  use_mlock=True,
394
  verbose=True,
395
  chat_handler=Qwen3VLChatHandler(
396
- clip_model_path=f"models/mmproj-Qwen3VL-8B-Thinking-F16.gguf",
397
  force_reasoning=True,
398
  image_min_tokens=1024, # Note: Qwen-VL models require at minimum 1024 image tokens to function correctly on bbox grounding tasks
399
  ),
 
393
  use_mlock=True,
394
  verbose=True,
395
  chat_handler=Qwen3VLChatHandler(
396
+ clip_model_path=f"models/mmproj-Qwen3VL-32B-Thinking-F16.gguf",
397
  force_reasoning=True,
398
  image_min_tokens=1024, # Note: Qwen-VL models require at minimum 1024 image tokens to function correctly on bbox grounding tasks
399
  ),