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
* Support Kokoro TTS model
* Save misaki data files
* Fix inference
* Add preprocess_input
* kokoro: fix kokoro export from local model directory
* modeling_text2speech.py: fix Kokoro preprocessing/generation flow to work reliably across long prompts and non-English languages
* kokoro: download misaka data files even when exporting from local dir
* Fix inference and export
* Add test for export cli
* Apply code formatting
* Fix test_export tests
* Remove fallback for tiny model creation
* Fix test_exporters_cli
* Add inference tests
* Applied commend from review
* Apply code-formatting
* Apply code formatting
---------
Co-authored-by: Kazantsev, Roman <roman.kazantsev@intel.com>
Co-authored-by: Ryan Metcalfe <ryan.metcalfe@intel.com>
# remote code models like phi3_v internvl2, minicpmv, internvl2, nanollava, maira2 should be loaded using AutoModelForCausalLM and not AutoModelForImageTextToText
483
488
# TODO: use config.auto_map to load remote code models instead (for other models we can directly use config.architectures)
f"The model task could not be automatically inferred in `export_from_model`. Please provide the argument `task` with the relevant task from {', '.join(TasksManager.get_all_tasks())}. Detailed error: {e}"
f"The model task could not be automatically inferred in `export_from_model`. Please provide the argument `task` with the relevant task from {', '.join(TasksManager.get_all_tasks())}. Detailed error: {e}"
0 commit comments