|
62 | 62 | "unsloth/llama-2-7b-chat",
|
63 | 63 | "meta-llama/Llama-2-7b-chat-hf",
|
64 | 64 | ),
|
| 65 | + "unsloth/Mixtral-8x7B-v0.1-unsloth-bnb-4bit" : ( |
| 66 | + "unsloth/Mixtral-8x7B-v0.1", |
| 67 | + "mistralai/Mixtral-8x7B-v0.1", |
| 68 | + "unsloth/Mixtral-8x7B-v0.1-bnb-4bit", |
| 69 | + ), |
| 70 | + "unsloth/Mixtral-8x7B-Instruct-v0.1-unsloth-bnb-4bit" : ( |
| 71 | + "unsloth/Mixtral-8x7B-Instruct-v0.1", |
| 72 | + "mistralai/Mixtral-8x7B-Instruct-v0.1", |
| 73 | + "unsloth/Mixtral-8x7B-Instruct-v0.1-bnb-4bit", |
| 74 | + ), |
65 | 75 | "unsloth/codellama-7b-bnb-4bit" : (
|
66 | 76 | "unsloth/codellama-7b",
|
67 | 77 | "codellama/CodeLlama-7b-hf",
|
|
678 | 688 | "google/gemma-3-27b-pt",
|
679 | 689 | "unsloth/gemma-3-27b-pt-bnb-4bit",
|
680 | 690 | ),
|
| 691 | + "unsloth/reka-flash-3-unsloth-bnb-4bit" : ( |
| 692 | + "unsloth/reka-flash-3", |
| 693 | + "RekaAI/reka-flash-3", |
| 694 | + "unsloth/reka-flash-3-bnb-4bit", |
| 695 | + ), |
| 696 | + "unsloth/c4ai-command-a-03-2025-unsloth-bnb-4bit" : ( |
| 697 | + "unsloth/c4ai-command-a-03-2025", |
| 698 | + "CohereForAI/c4ai-command-a-03-2025", |
| 699 | + "unsloth/c4ai-command-a-03-2025-bnb-4bit", |
| 700 | + ), |
| 701 | + "unsloth/aya-vision-32b-unsloth-bnb-4bit" : ( |
| 702 | + "unsloth/aya-vision-32b", |
| 703 | + "CohereForAI/aya-vision-32b", |
| 704 | + "unsloth/aya-vision-32b-bnb-4bit", |
| 705 | + ), |
| 706 | + "unsloth/aya-vision-8b-unsloth-bnb-4bit" : ( |
| 707 | + "unsloth/aya-vision-8b", |
| 708 | + "CohereForAI/aya-vision-8b", |
| 709 | + "unsloth/aya-vision-8b-bnb-4bit", |
| 710 | + ), |
| 711 | + "unsloth/granite-vision-3.2-2b-unsloth-bnb-4bit" : ( |
| 712 | + "unsloth/granite-vision-3.2-2b", |
| 713 | + "ibm-granite/granite-vision-3.2-2b", |
| 714 | + "unsloth/granite-vision-3.2-2b-bnb-4bit", |
| 715 | + ), |
| 716 | + "unsloth/OLMo-2-0325-32B-Instruct-unsloth-bnb-4bit" : ( |
| 717 | + "unsloth/OLMo-2-0325-32B-Instruct", |
| 718 | + "allenai/OLMo-2-0325-32B-Instruct", |
| 719 | + "unsloth/OLMo-2-0325-32B-Instruct-bnb-4bit", |
| 720 | + ), |
681 | 721 | }
|
682 | 722 |
|
683 | 723 | INT_TO_FLOAT_MAPPER = {}
|
|
0 commit comments