You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- copy tokenizer files locally when hf_model_id is a local directory
- emit qwen3_vl model type instead of qwen2_5_vl for Qwen3-VL exports
- include Qwen3-VL vision/video metadata in genai_config.json
## Validation
- PYTHONPATH=$PWD/src conda run -n olive python -m pytest
src/mobius/integrations/ort_genai/auto_export_test.py -q -k
'local_hf_model_id_uses_local_tokenizer_copy or
qwen3_vl_writes_qwen3_vl_model_type_and_vision_fields or
writes_processor_config_for_vision_language_model'
---------
Signed-off-by: Xiaoyu <xiaoyuzhang@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
0 commit comments