[Model] Pipeline parallel support for JAIS (#7603)

This commit is contained in:
Besher Alkurdi
2024-08-17 21:11:09 +03:00
committed by GitHub
parent d95cc0a55c
commit e73f76eec6
2 changed files with 51 additions and 18 deletions

View File

@@ -36,6 +36,7 @@ _PP_SUPPORTED_MODELS = [
"AquilaForCausalLM",
"DeepseekV2ForCausalLM",
"InternLMForCausalLM",
"JAISLMHeadModel",
"LlamaForCausalLM",
"LLaMAForCausalLM",
"MistralForCausalLM",