[GH-ISSUE #1925] [Failed to load model] under Native models #1248

Closed
opened 2026-02-22 18:23:55 -05:00 by yindo · 1 comment
Owner

Originally created by @ghost on GitHub (Jul 23, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1925

I have my own fine-tuned model and i have placed in the downloaded folder and can be detected by Native LLM selection. But as i prompt something, it crashes by saying [Failed to load model]. Need help on this.

Originally created by @ghost on GitHub (Jul 23, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1925 I have my own fine-tuned model and i have placed in the downloaded folder and can be detected by Native LLM selection. But as i prompt something, it crashes by saying [Failed to load model]. Need help on this.
yindo closed this issue 2026-02-22 18:23:55 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jul 23, 2024):

There is not enough information to possibly assist here. What kind of model did you load? LoRA? Q_?
Second, that version of llama-cpp will not bind to your GPU most likely and inference will be slow unless on a unified memory system (M1,M2,M3).

Lastly, we are going to be removing the built-in native runner because of issues like this and the lack of GPU support, we will be reinventing technology that is better handled by other local LLM runners like Ollama, LMStudio, or LocalAI. Whatever your model is, it will likely be easier to run and get inferencing via Ollama and using that connection in AnythingLLM

@timothycarambat commented on GitHub (Jul 23, 2024): There is not enough information to possibly assist here. What kind of model did you load? LoRA? Q_? Second, that version of llama-cpp will _not_ bind to your GPU most likely and inference will be slow unless on a unified memory system (M1,M2,M3). Lastly, we are going to be removing the built-in native runner because of issues like this and the lack of GPU support, we will be reinventing technology that is better handled by other local LLM runners like Ollama, LMStudio, or LocalAI. Whatever your model is, it will likely be easier to run and get inferencing via Ollama and using that connection in AnythingLLM
yindo changed title from [Failed to load model] under Native models to [GH-ISSUE #1925] [Failed to load model] under Native models 2026-06-05 14:39:44 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1248