Mistral Small 3.2

This commit is contained in:
Daniel Han 2025-06-21 06:44:14 -07:00
commit a9b70d94e4
3 changed files with 8 additions and 3 deletions

View file

@ -37,7 +37,7 @@ triton = [
]
huggingface = [
"unsloth_zoo>=2025.6.2",
"unsloth_zoo>=2025.6.3",
"packaging",
"tyro",
"transformers>=4.51.3,!=4.47.0,!=4.52.0,!=4.52.1,!=4.52.2",
@ -381,7 +381,7 @@ colab-ampere-torch220 = [
"flash-attn>=2.6.3",
]
colab-new = [
"unsloth_zoo>=2025.6.2",
"unsloth_zoo>=2025.6.3",
"packaging",
"tyro",
"transformers>=4.51.3,!=4.47.0,!=4.52.0,!=4.52.1,!=4.52.2",

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "2025.6.3"
__version__ = "2025.6.4"
__all__ = [
"SUPPORTS_BFLOAT16",

View file

@ -874,6 +874,11 @@ __INT_TO_FLOAT_MAPPER = \
"mistralai/Magistral-Small-2506",
"unsloth/Magistral-Small-2506-bnb-4bit",
),
"unsloth/Mistral-Small-3.2-24B-Instruct-2506-unsloth-bnb-4bit" : (
"unsloth/Mistral-Small-3.2-24B-Instruct-2506",
"mistralai/Mistral-Small-3.2-24B-Instruct-2506",
"unsloth/Mistral-Small-3.2-24B-Instruct-2506-bnb-4bit",
),
}
INT_TO_FLOAT_MAPPER = {}