Skip to content

llama_cpp compatiblity issue #9

@namakshenas

Description

@namakshenas

I'm using the following setup on my Apple M2 Max (32 GB) with llama_cpp:

from llama_cpp import Llama

llm = Llama(
    model_path="models/VibeThinker-1.5B.Q8_0.gguf",
    n_ctx=1024*64,
    n_batch=512,
    verbose=False,
)
try:
    response = llm.create_chat_completion(
        messages=QUERY,
        max_tokens=1024*32,
        stream=True,
        temperature=0.6,
    )

But getting this (non-stop):

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions