Versioning
This commit is contained in:
parent
90935a7106
commit
5510563417
2 changed files with 2 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue