mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-27 12:43:02 +00:00
change command
This commit is contained in:
@@ -192,6 +192,13 @@ _POLICY_LIST = {
|
||||
"transformers.models.qwen2.modeling_qwen2.Qwen2ForSequenceClassification": PolicyLocation(
|
||||
file_name="qwen2", class_name="Qwen2ForSequenceClassificationPolicy"
|
||||
),
|
||||
# Command-R
|
||||
"transformers.models.cohere.modeling_cohere.CohereModel": PolicyLocation(
|
||||
file_name="command", class_name="CommandModelPolicy"
|
||||
),
|
||||
"transformers.models.cohere.modeling_cohere.CohereForCausalLM": PolicyLocation(
|
||||
file_name="command", class_name="CommandForCausalLMPolicy"
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user