model: add olmo3 and olmo3.1 (#13415)

This commit is contained in:
Parth Sareen
2025-12-15 15:20:04 -08:00
committed by GitHub
parent 2c639431b1
commit ffbe8e076d
5 changed files with 345 additions and 0 deletions

View File

@@ -202,6 +202,8 @@ func ConvertModel(fsys fs.FS, f *os.File) error {
conv = &qwen25VLModel{}
case "Qwen3VLForConditionalGeneration", "Qwen3VLMoeForConditionalGeneration":
conv = &qwen3VLModel{}
case "Olmo3ForCausalLM":
conv = &olmoModel{}
case "BertModel":
conv = &bertModel{}
case "NomicBertModel", "NomicBertMoEModel":