Skip to content

mistral_common not found #83

Open
Open
@erlebach

Description

@erlebach

In the file: function_calling.py in folder: llama-cpp-agent/src/llama_cpp_agent/,
one finds the lines:

8:from mistral_common.protocol.instruct.messages import (
14:from mistral_common.protocol.instruct.request import ChatCompletionRequest
15:from mistral_common.protocol.instruct.tool_calls import ToolCall, FunctionCall
16:from mistral_common.tokens.tokenizers.mistral import MistralTokenizer

However, I cannot find where mistral_common is defined. It is neither a file name or a class or a variable name.
Can you please help?

I looked into this issue when the example 06_Special_Agents/experimental_mixtral_8x22b_agent.py failed to execute. Is there documentation of Llama-cpp-agent besides just a list of examples? Thanks. I look forward to future improvements.

Gordon

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions