removed original olmo support

This commit is contained in:
nicole pardal 2025-12-01 14:17:46 -08:00 committed by ParthSareen
parent 494284770d
commit 3eea7f198b
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ func ConvertModel(fsys fs.FS, f *os.File) error {
conv = &qwen25VLModel{}
case "Qwen3VLForConditionalGeneration", "Qwen3VLMoeForConditionalGeneration":
conv = &qwen3VLModel{}
case "OlmoForCausalLM", "OLMoForCausalLM", "OLMo3ForCausalLM", "Olmo3ForCausalLM":
case "OLMo2ForCausalLM", "Olmo2ForCausalLM", "OLMo3ForCausalLM", "Olmo3ForCausalLM":
conv = &olmoModel{}
case "BertModel":
conv = &bertModel{}