Update app.py
Browse files
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-
|
| 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 |
),
|