diff --git a/unsloth/models/mapper.py b/unsloth/models/mapper.py index 462555f317..a3191392ce 100644 --- a/unsloth/models/mapper.py +++ b/unsloth/models/mapper.py @@ -218,10 +218,10 @@ __INT_TO_FLOAT_MAPPER = \ "unsloth/Mistral-Nemo-Base-2407", "mistralai/Mistral-Nemo-Base-2407", ), - "unsloth/Meta-Llama-3.1-8B-bnb-4bit" : ( - "unsloth/Meta-Llama-3.1-8B", - "meta-llama/Meta-Llama-3.1-8B", - ), + # "unsloth/Meta-Llama-3.1-8B-bnb-4bit" : ( + # "unsloth/Meta-Llama-3.1-8B", + # "meta-llama/Meta-Llama-3.1-8B", + # ), "unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit" : ( "unsloth/Meta-Llama-3.1-8B-Instruct", "meta-llama/Meta-Llama-3.1-8B-Instruct",