How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="maxosai/BeisenAI-7B-Chat",
	filename="BeisenAI-7B-Chat.gguf",
)
llm.create_chat_completion(
	messages = "\"Today is a sunny day and I will get some ice cream.\""
)

注:此模型仅测试而用。

Downloads last month
19
Safetensors
Model size
8B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for maxosai/BeisenAI-7B-Chat

Quantizations
1 model