DeepSeek R1 Qwen
This commit is contained in:
parent
65825aa571
commit
c7047d014f
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.5.9"
|
||||
__version__ = "2025.5.10"
|
||||
|
||||
__all__ = [
|
||||
"SUPPORTS_BFLOAT16",
|
||||
|
|
|
|||
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue