Update (docs): Included image text-to-test in readme
#15
by reality-interface - opened
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
pipeline_tag: text-
|
| 3 |
base_model:
|
| 4 |
- Qwen/Qwen3.6-35B-A3B
|
| 5 |
license: apache-2.0
|
|
@@ -126,6 +126,7 @@ vllm serve nvidia/Qwen3.6-35B-A3B-NVFP4 \
|
|
| 126 |
--enable-chunked-prefill \
|
| 127 |
--async-scheduling \
|
| 128 |
--enable-prefix-caching \
|
|
|
|
| 129 |
--speculative-config '{"method":"mtp","num_speculative_tokens":3,"moe_backend":"triton"}' \
|
| 130 |
--load-format fastsafetensors \
|
| 131 |
--reasoning-parser qwen3 \
|
|
@@ -211,4 +212,4 @@ NVIDIA believes Trustworthy AI is a shared responsibility and we have establishe
|
|
| 211 |
|
| 212 |
Please make sure you have proper rights and permissions for all input image and video content; if image or video includes people, personal health information, or intellectual property, the image or video generated will not blur or maintain proportions of image subjects included.
|
| 213 |
|
| 214 |
-
Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://app.intigriti.com/programs/nvidia/nvidiavdp/detail).
|
|
|
|
| 1 |
---
|
| 2 |
+
pipeline_tag: image-text-to-text
|
| 3 |
base_model:
|
| 4 |
- Qwen/Qwen3.6-35B-A3B
|
| 5 |
license: apache-2.0
|
|
|
|
| 126 |
--enable-chunked-prefill \
|
| 127 |
--async-scheduling \
|
| 128 |
--enable-prefix-caching \
|
| 129 |
+
--limit-mm-per-prompt '{"image":4,"video":0}' \
|
| 130 |
--speculative-config '{"method":"mtp","num_speculative_tokens":3,"moe_backend":"triton"}' \
|
| 131 |
--load-format fastsafetensors \
|
| 132 |
--reasoning-parser qwen3 \
|
|
|
|
| 212 |
|
| 213 |
Please make sure you have proper rights and permissions for all input image and video content; if image or video includes people, personal health information, or intellectual property, the image or video generated will not blur or maintain proportions of image subjects included.
|
| 214 |
|
| 215 |
+
Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns [here](https://app.intigriti.com/programs/nvidia/nvidiavdp/detail).
|