Skip to content

Commit

Permalink
Merge pull request #315 from cdoern/release-v0.3
Browse files Browse the repository at this point in the history
map mistral model name to mixtral
  • Loading branch information
aakankshaduggal authored Oct 18, 2024
2 parents 4bd07f5 + d237ea2 commit 481e3f6
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 481e3f6

Please sign in to comment.