add Qwen3VL model

This commit is contained in:
jhqxxx
2025-10-26 21:39:23 +08:00
parent cdae7fc45f
commit 7b190e7d54
22 changed files with 2591 additions and 53 deletions
+4
View File
@@ -0,0 +1,4 @@
pub mod processor;
pub mod config;
pub mod model;
pub mod generate;