DeepSeek R1 Qwen

This commit is contained in:
Daniel Han 2025-05-30 01:38:53 -07:00
commit c7047d014f
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.5.9"
__version__ = "2025.5.10"
__all__ = [
"SUPPORTS_BFLOAT16",

View file

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