Skip to content

Commit

Permalink
map mistral model name to mixtral
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Doern <[email protected]>
  • Loading branch information
cdoern committed Oct 18, 2024
1 parent 4bd07f5 commit d237ea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/instructlab/sdg/utils/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# Map model names to their family
MODEL_FAMILY_MAPPINGS = {
"granite": "merlinite",
"mistral": "mixtral",
}


Expand Down

0 comments on commit d237ea2

Please sign in to comment.