From dc8a5f51ee3e1c19fc9c14acdd8068bf7751befd Mon Sep 17 00:00:00 2001 From: Daniel Han-Chen Date: Fri, 19 Apr 2024 05:37:53 +1000 Subject: [PATCH] Update mapper.py --- unsloth/models/mapper.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unsloth/models/mapper.py b/unsloth/models/mapper.py index b6aab83069..bad43190b7 100644 --- a/unsloth/models/mapper.py +++ b/unsloth/models/mapper.py @@ -134,6 +134,9 @@ __INT_TO_FLOAT_MAPPER = \ "unsloth/llama-3-8b-Instruct", "meta-llama/Meta-Llama-3-8B-Instruct", ), + "unsloth/llama-3-70b-bnb-4bit" : ( + "meta-llama/Meta-Llama-3-70B", + ), } INT_TO_FLOAT_MAPPER = {}