Open
Conversation
hello-peiqi
suggested changes
Feb 25, 2025
Contributor
hello-peiqi
left a comment
There was a problem hiding this comment.
Based on my search, DeepkSeek R1 only distills Qwen of size 32B, 14B, 7B, and 1.5B
hello-peiqi
approved these changes
Feb 27, 2025
Contributor
There was a problem hiding this comment.
- Coder: 32B, 14B, 7B, 3B, 1.5B, 0.5B, (None, Instruct, Instruct-AWQ, Instruct-GGUF, Instruct-GPTQ-Int4, Instruct-GPTQ-Int8)
- Math: 72B, 7B, 1.5B (None, Instruct)
- VL: 72B, 7B, 3B (Instruct, Instruct-AWQ)
- None: "0.5B", "1.5B", "3B", "7B", "14B", "32B", "72B" (None, Instruct, Instruct-AWQ, Instruct-GGUF, Instruct-GPTQ-Int4, Instruct-GPTQ-Int8)
- Deepseek: 1.5B, 7B, 14B, 32B
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds deepseek as a model option under qwen. Example usage:
Something such as
should raise error as this is a non existing weight configuration
Note that Deepseek fine tunes aren't all avaialble (i.e., there doesn't seem to be a 3b). So I added bitsandbytes support for quantization, and you can now run Qwen 7b or 14b on ~5 or ~10 gb of vram:
Checklist
Screenshots (if applicable)
Add any relevant screenshots or screen recordings to help reviewers understand the changes.
Additional context
Add any other context or information about the pull request here.