We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f42d0c commit dcc1194Copy full SHA for dcc1194
backends/trtllm/src/looper.rs
@@ -301,6 +301,7 @@ impl TensorRtLlmBackendV2 {
301
1 => match request.inputs.first().expect("Single item-chunk") {
302
Chunk::Text(_) => Ok(()),
303
Chunk::Image(_) => Err(ValidationError(UnsupportedModality("image"))),
304
+ Chunk::Video(_) => Err(ValidationError(UnsupportedModality("video"))),
305
},
306
}
307
0 commit comments