[Model] Support Qwen2.5-Math-RM-72B (#8896)

This commit is contained in:
Zilin Zhu
2024-09-29 12:19:39 +08:00
committed by GitHub
parent 2e7fe7e79f
commit bc2ef1f77c
3 changed files with 170 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ _GENERATION_MODELS = {
_EMBEDDING_MODELS = {
"MistralModel": ("llama_embedding", "LlamaEmbeddingModel"),
"Qwen2ForRewardModel": ("qwen2_rm", "Qwen2ForRewardModel"),
}
_MULTIMODAL_MODELS = {