Replies: 1 comment
Re: Inference problemLock the variables before assuming a logic bug:
No replies yet — a minimal repro (version + one command + first error) will get you a maintainer faster than a long essay. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi! 👋 I'm trying to use Unsloth for inference with the model
"unsloth/Qwen3-8B-unsloth-bnb-4bit", but I encountered this error:It looks like a shape mismatch, but I'm unsure where it’s coming from since I’m only doing inference (not training).
Here’s the code snippet I’m using to initialize the model:
Any idea how I can resolve this error or what could be causing it?
All reactions