[llama.cpp] Some models in the Deepseek family cannot be run
Categories
(Core :: Machine Learning: On Device, defect, P2)
Tracking
()
People
(Reporter: vpollet, Unassigned)
References
Details
(Whiteboard: [aiplatform])
In the process of bumping Firefox's version of llama.cpp (stack on Phabricator), I applied the patches we maintain in-tree to a clone of llama.cpp directly and ran their tests with our changes. Everything passes, except three that test the tokenizers. Turns out, one of our patches removing std::wstring breaks models with unicode in their pre-tokenizer regex. Among the models affected, there's one in the DeepSeek family (see this test which is failing with our patches).
:gregtatum I set this as P2 as this potentially affects DeepSeek which is quite popular out there. Pinging you for triage
Updated•2 months ago
|
Comment 1•2 months ago
|
||
P2 seems reasonable as this is a correctness issue.
Comment 2•1 month ago
|
||
The severity field is not set for this bug.
:gregtatum, could you have a look please?
For more information, please visit BugBot documentation.
Updated•1 month ago
|
Description
•