[shardformer] register without auto policy

This commit is contained in:
klhhhhh
2023-07-18 12:33:12 +08:00
committed by Hongxin Liu
parent f155ae89c4
commit 91850fe984

View File

@@ -116,9 +116,6 @@ _POLICY_LIST = {
# Sam
"transformers.models.sam.modeling_sam.SamModel":
PolicyLocation(file_name="sam", class_name="SamModelPolicy"),
# ChatGLM
"tests.kit.model_zoo.transformers.chatglm2_6b.modeling_chatglm.ChatGLMModel":
PolicyLocation(file_name="chatglm", class_name="ChatGLMModelPolicy"),
}