-
Notifications
You must be signed in to change notification settings - Fork 472
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The code block here:
const model = await llama.loadModel({
modelPath: path.join(
__dirname,
"../",
"models",
"Qwen3-1.7B-Q8_0.gguf"
)
});
is giving directory not found error
const llama = await getLlama();
const model = await llama.loadModel({
modelPath: path.join(
__dirname,
"../",
"models",
"hf_Qwen_Qwen3-1.7B.Q8_0.gguf"
)
});
This is the corrected code.
Can you please see if it is the issue with all the downloaded models.?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working