MiniCPM
Collection
The MiniCPM family of LLMs and VLLMs. • 33 items • Updated • 76
llm.create_chat_completion(
messages = "No input example has been defined for this model task."
)This repo includes the GGUF versions of MiniCPM3-4B:
For usage and more information, please check our GitHub repo.
4-bit
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="openbmb/MiniCPM3-4B-GGUF", filename="", )