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="raincandy-u/BetaMonarch-10.7B",
	filename="BetaMonarch-10.7B.Q6_K.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Cedaros/BetaMonarch-10.7B

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the passthrough merge method.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

dtype: float16
merge_method: passthrough
slices:
- sources:
  - layer_range: [0, 24]
    model: abideen/AlphaMonarch-dora
- sources:
  - layer_range: [8, 32]
    model: abideen/AlphaMonarch-dora
Downloads last month
26
Safetensors
Model size
11B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for raincandy-u/BetaMonarch-10.7B

Quantized
(7)
this model