Unable to load

#6
by kali42741 - opened

I receive an error loading the model. I am running it in a laptop with 4GB Nvidia A2000.

🥲 Failed to load the model

Error loading model.

(Exit code: 18446744072635810000). Unknown error. Try a different model and/or config.
protoLabsAI org

let me know a bit more about your setup and I can try to help debug

protoLabsAI org

we had an outside report of the use this model button not working, which we are fixing now. If that is how you tried to access, we should have a fix up soon

protoLabsAI org

if that was the case, give it another go, should be sorted now

Deleted and downloaded again.

I encountered the same error. I am using LM Studio.

image

Using llama.cpp

.\llama-server --model ***/.lmstudio/models/protoLabsAI/Ornith-1.0-9B-MTP-GGUF/mtp-Ornith-1.0-9B-head-Q8_0.gguf --verbose

Error from event viewer

Faulting application name: llama-server.exe, version: 0.0.0.0, time stamp: 0x6a1d6fe6
Faulting module name: ggml-base.dll, version: 0.0.0.0, time stamp: 0x6a1d6f70
Exception code: 0xc0000005
Fault offset: 0x00000000000081c6
Faulting process id: 0x7074
Faulting application start time: 0x1DD0AE5DE764B6B
Faulting application path: ***\llama-b9451-bin-win-cuda-13.3-x64\llama-server.exe
Faulting module path: ***\llama-b9451-bin-win-cuda-13.3-x64\ggml-base.dll
Report Id: 4cf5208d-0e89-43c0-bb23-7b327347ea03
Faulting package full name: 
Faulting package-relative application ID: 
protoLabsAI org

You are trying to use the draft head, not the model

mtp-Ornith-1.0-9B-MTP-Q8_0.gguf standalone draft head 2.4 GB attach to a base GGUF via --model-draft

this is the model at Q8 https://huggingface.co/protoLabsAI/Ornith-1.0-9B-MTP-GGUF/blob/main/Ornith-1.0-9B-MTP-Q8_0.gguf

protoLabsAI org

Based on your specs the realistic option in this repo is IQ2_M (3.9 GB) with partial offload (-ngl ~20, small context) and modest speed, or honestly: a 4B-class model suits that laptop better.

artificial-citizen changed discussion status to closed

Sign up or log in to comment