Skip to content

Commit

Permalink
add mistral support
Browse files Browse the repository at this point in the history
Signed-off-by: changwangss <[email protected]>
  • Loading branch information
changwangss committed Oct 16, 2023
1 parent 10c7c53 commit 1bb19e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/utils/normalized_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class NormalizedConfigManager:
"yolos": NormalizedVisionConfig,
"mpt": MPTNormalizedTextConfig,
"gpt_bigcode": GPTBigCodeNormalizedTextConfig,
"mistral": MistralNormalizedTextConfig,
"mistral": MistralNormalizedTextConfig
}

@classmethod
Expand Down

0 comments on commit 1bb19e1

Please sign in to comment.