Versioning

This commit is contained in:
Daniel Han 2025-05-02 05:05:09 -07:00
commit 5510563417
2 changed files with 2 additions and 3 deletions

View file

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

View file

@ -763,10 +763,9 @@ __INT_TO_FLOAT_MAPPER = \
"Qwen/Qwen3-14B",
"unsloth/Qwen3-14B-bnb-4bit",
),
"unsloth/Qwen3-32B-unsloth-bnb-4bit" : (
"unsloth/Qwen3-32B-bnb-4bit" : (
"unsloth/Qwen3-32B",
"Qwen/Qwen3-32B",
"unsloth/Qwen3-32B-bnb-4bit",
),
"unsloth/Qwen3-30B-A3B-bnb-4bit" : (
"unsloth/Qwen3-30B-A3B",