Versioning

This commit is contained in:
Daniel Han 2025-06-10 06:51:07 -07:00
commit d535bf067e
2 changed files with 6 additions and 1 deletions

View file

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

View file

@ -869,6 +869,11 @@ __INT_TO_FLOAT_MAPPER = \
"deepseek-ai/DeepSeek-R1-0528-Qwen3-8B",
"unsloth/DeepSeek-R1-0528-Qwen3-8B-bnb-4bit",
),
"unsloth/Magistral-Small-2506-unsloth-bnb-4bit" : (
"unsloth/Magistral-Small-2506",
"mistralai/Magistral-Small-2506",
"unsloth/Magistral-Small-2506-bnb-4bit",
),
}
INT_TO_FLOAT_MAPPER = {}