Skip to content

Commit

Permalink
Update mapper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhanchen committed Aug 20, 2024
1 parent 9266c1c commit 647bbdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions unsloth/models/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@
"unsloth/gemma-2-2b-it",
"google/gemma-2-2b-it",
),
"unsloth/Phi-3.5-mini-instruct-bnb-4bit" : (
"unsloth/Phi-3.5-mini-instruct",
"microsoft/Phi-3.5-mini-instruct",
),
}

INT_TO_FLOAT_MAPPER = {}
Expand Down

0 comments on commit 647bbdb

Please sign in to comment.