-
Notifications
You must be signed in to change notification settings - Fork 468
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
[Bad Case]: 在LM Studio 用不了 #57
Comments
你好,请问能否提供更详细的复现说明? |
I got same error on LM Studio - "llama.cpp error: 'create_tensor: tensor 'output.weight' not found'" Impacts all models. |
![]() |
Just found this PR merged into llama.cpp master.
Does that mean MiniCPM is not yet fully supported upon llama.cpp? |
May I ask how you obtained the MiniCPM-2B-dpo.Q4_K_M.gguf? Could you please try converting it from the original huggingface model using the latest code from the llama.cpp master branch? |
Maybe LM studio doesn't update to the latest version of Llama.cpp. |
@Chaunice |
LM Studio is reporting - "llama.cpp error: 'unknown model architecture: 'minicpm'" with gguf you have provided. |
Hi, apologies for the delayed response. |
No. It doesn't work even after updating the LM Studio in the latest version. The architecture of the model should be Llama rather minicpm. It generates error.
|
same problem |
I tried the latest version of llama.cpp and it can run normally. |
After my testing, LM Studio 0.2.16 can already run the gguf version of MiniCPM normally. |
Description / 描述
當於LM Studio載入"minicpm-2b-dpo-fp32.Q6_K.gguf" 時,報錯:"create_tensor: tensor 'output.weight' not found",不知道應該設定甚麼Preset
Case Explaination / 案例解释
No response
The text was updated successfully, but these errors were encountered: