Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are there plans to support DeepSeek-R1-Distill-Qwen models? #3677

Open
WangXiaoYu13 opened this issue Feb 11, 2025 · 1 comment
Open

Are there plans to support DeepSeek-R1-Distill-Qwen models? #3677

WangXiaoYu13 opened this issue Feb 11, 2025 · 1 comment

Comments

@WangXiaoYu13
Copy link

Are there plans to support DeepSeek-R1-Distill-Qwen models?Are there plans to support DeepSeek-R1-Distill-Qwen models? Now Fastchat is having problems loading DeepSeek- R1-Distil-Qwen series model answers

@WangXiaoYu13
Copy link
Author

postman inputs:
{"model": "DeepSeek-R1-Distill-Qwen-32B",
"messages": [{"role": "user",
"content": "Count from 1 to 5"}],
"stream":false}

outputs:
{
"id": "chatcmpl-mYmdh49dkuKZuw8CeMEzEi",
"object": "chat.completion",
"created": 1739261204,
"model": "DeepSeek-R1-Distill-Qwen-32B",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "1, 2, 3, 4, 5.\n\n\n1, 2, 3, 4, 5."
},
"finish_reason": "stop"
}
],
"usage": {
"prompt_tokens": 49,
"total_tokens": 80,
"completion_tokens": 31
}
}

There is a problem with the content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant