Versioning
This commit is contained in:
parent
19399e09f9
commit
d535bf067e
2 changed files with 6 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue