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="Aryanne/CalderaAI_Hexoteric-7B-F16",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

This is not a Merge

I just used mergekit to convert to f16 this model CalderaAI/Hexoteric-7B.

Configuration

The following YAML configuration was used to produce this model:

base_model:
  model:
    path: CalderaAI/Hexoteric-7B
dtype: float16
merge_method: task_arithmetic
slices:
- sources:
  - layer_range: [0, 32]
    model:
      model:
        path: CalderaAI/Hexoteric-7B
    parameters:
      weight: 1.0
Downloads last month
12
Safetensors
Model size
7B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Aryanne/CalderaAI_Hexoteric-7B-F16

Quantizations
1 model