#models load error
1 messages · Page 1 of 1 (latest)
it looks like you're loading a (standard/unquantized) pytorch model, these should be in a subfolder in models, and then use the Transformers loader.
But it's likely that you don't want to load such a model at all unless you have tons of (V)RAM
i need use LoRA to Download model ?
You should start by looking at what kind of system you have (GPU, VRAM, RAM, etc) and then decide on what you want to do, so you can actually choose a suitable model.
I have tried other models, but their results are the same.
GPU: RTX 4080 12GB, CPU: i9-13980, RAM: 32GB. Are there any recommended models?
Probably start with a 13B GPTQ model
Select ExLlamav2 as the Model Loader (or ExLlamav2_HF, I think that's the recommended one
)
ExLlamav2_HF is indeed the recommanded one. But you know what's even more recommended? Exllamav2_HF 0.0.11 winks winks
Trying to help someone setting up their webui for the first time, it needs to just work and not need anything fancy
I downloaded the model through Hugging Face and placed it in the 'models' folder. I've tried all the model loaders, but I still encounter errors after loading. Does it only work properly through downloading the model or using LoRA?