-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
Hi. Thanks a for for the amazing work.
Running Qwen3 4B Q4 model from Unsloth yields the following error:
Parse Qwen3-4B-128K-Q4_0.gguf: 1123 millis
Load LlaMa model: 448 millis
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "java.util.Map.get(Object)" is null
at com.llama4j.ModelLoader.loadModel(Llama3.java:702)
at com.llama4j.ModelLoader.loadModel(Llama3.java:692)
at com.llama4j.Llama3.main(Llama3.java:280)
Is it because this line of models is not supported? If yes, is it only original Llama models I should be using, or some other will also work?
Many thanks.
Metadata
Metadata
Assignees
Labels
No labels