[Model] Add support for openPangu moe model (#28775)
Signed-off-by: yuantao <2422264527@qq.com> Signed-off-by: yt0428 <51468697+yt0428@users.noreply.github.com> Co-authored-by: Lucas Wilkinson <LucasWilkinson@users.noreply.github.com> Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk>
This commit is contained in:
@@ -402,6 +402,11 @@ _TEXT_GENERATION_EXAMPLE_MODELS = {
|
||||
"PanguEmbeddedForCausalLM": _HfExamplesInfo(
|
||||
"FreedomIntelligence/openPangu-Embedded-7B-V1.1", trust_remote_code=True
|
||||
),
|
||||
"PanguProMoEV2ForCausalLM": _HfExamplesInfo(
|
||||
"",
|
||||
trust_remote_code=True,
|
||||
is_available_online=False,
|
||||
),
|
||||
"PanguUltraMoEForCausalLM": _HfExamplesInfo(
|
||||
"FreedomIntelligence/openPangu-Ultra-MoE-718B-V1.1",
|
||||
trust_remote_code=True,
|
||||
|
||||
Reference in New Issue
Block a user