Skip to content

Commit e07a970

Browse files
committed
Add doc for feature support matrix
1 parent 31802de commit e07a970

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Multimodal Feature Support Matrix (PyTorch Backend)
2+
3+
| Model | CUDA Graph | IFB w/ SharedTensor | KV Cache Reuse | Chunked Prefill |
4+
| :----------------- | :--------- | :------------------ | :------------- | :-------------- |
5+
| Gemma 3 | Yes | Yes | No | No |
6+
| HyperCLOVA | Yes | Yes | No | No |
7+
| VILA | Yes | No | No | No |
8+
| LLaVA-NeXT | Yes | No | No | No |
9+
| Llama 4 | Yes | No | No | No |
10+
| Mistral | Yes | Yes | No | No |
11+
| Phi-4-multimodal | Yes | Yes | No | No |
12+
| Qwen2-VL | Yes | Yes | Yes | No |
13+
| Qwen2.5-VL | Yes | Yes | Yes | No |

0 commit comments

Comments
 (0)