From 441e463c2f00f447b7f3885cbfd5376be188aad0 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 26 Nov 2024 03:20:21 -0800 Subject: [PATCH] Update mapper.py --- unsloth/models/mapper.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/unsloth/models/mapper.py b/unsloth/models/mapper.py index fc1dc8cdb0..b2f73aa6c2 100644 --- a/unsloth/models/mapper.py +++ b/unsloth/models/mapper.py @@ -492,6 +492,14 @@ __INT_TO_FLOAT_MAPPER = \ "unsloth/llava-v1.6-mistral-7b-hf", "llava-hf/llava-v1.6-mistral-7b-hf", ), + "unsloth/Llama-3.1-Tulu-3-8B-bnb-4bit" : ( + "unsloth/Llama-3.1-Tulu-3-8B", + "allenai/Llama-3.1-Tulu-3-8B", + ), + "unsloth/Llama-3.1-Tulu-3-70B-bnb-4bit" : ( + "unsloth/Llama-3.1-Tulu-3-70B", + "allenai/Llama-3.1-Tulu-3-70B", + ), } INT_TO_FLOAT_MAPPER = {}