mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 05:05:57 +03:00
[GH-ISSUE #72] resource exhausted #50
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DeepClaude#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ayton-zhang on GitHub (Mar 5, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/72
大佬你好,感谢开源教程,参照您的教程,我已经成功在我的电脑上部署了这个模型,推理和回答的速度都很快,但是我遇到一个问题就是当我上传了一个文件后,模型开始推理,然后推理结束后就出现了命令行的情况,是api有请求限制吗,还是我设置哪里不到位呢,求解答
@GowayLee commented on GitHub (Mar 5, 2025):
是的, 还不支持上传文档. 首先需要请求DeepSeek-R1, 这个模型API本就不支持文档上传.
如果一定需要文档加入对话, 可以尝试使用RAG.
@ayton-zhang commented on GitHub (Mar 5, 2025):
好滴,谢谢解答