-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
bugSomething isn't workingSomething isn't working
Description
EDIT: I'm running this on an M1 Macbook. Using the model directly works as expected, but running it through Python gives me this output. The .dylib binary is built from source too.
Do you know what could be giving me this output? Using the model without the bindings works as expected...
"id": "cmpl-f49883d5-e368-4fa0-a4fa-bf758daa1831",
"object": "text_completion",
"created": 1680203705,
"model": "ggml-model-q4_0-new.bin",
"choices": [
{
"text": "Question: What are the names of the planets in the solar system? Answer: \u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c\u001c",
"index": 0,
"logprobs": null,
"finish_reason": "length"
}
],
"usage": {
"prompt_tokens": 19,
"completion_tokens": 48,
"total_tokens": 67
}
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working