[Model] Adding support for MiniCPM-V (#4087)

This commit is contained in:
Alphi
2024-07-25 11:59:30 +08:00
committed by GitHub
parent 5689e256ba
commit 9e169a4c61
11 changed files with 942 additions and 18 deletions

View File

@@ -50,6 +50,7 @@ _GENERATION_MODELS = {
"MptForCausalLM": ("mpt", "MPTForCausalLM"),
"MPTForCausalLM": ("mpt", "MPTForCausalLM"),
"MiniCPMForCausalLM": ("minicpm", "MiniCPMForCausalLM"),
"MiniCPMV": ("minicpmv", "MiniCPMV"),
"OlmoForCausalLM": ("olmo", "OlmoForCausalLM"),
"OPTForCausalLM": ("opt", "OPTForCausalLM"),
"OrionForCausalLM": ("orion", "OrionForCausalLM"),