How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "timpal0l/BeagleCatMunin"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "timpal0l/BeagleCatMunin",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/timpal0l/BeagleCatMunin
Quick Links

This model is a merge of timpal0l/Mistral-7B-v0.1-flashback-v2 and RJuro/munin-neuralbeagle-7b.

  • GGUF Version available Here

config.yaml

models:
  - model: timpal0l/Mistral-7B-v0.1-flashback-v2
    # No parameters necessary for base model
  - model: RJuro/munin-neuralbeagle-7b
    parameters:
      density: 0.53
      weight: 0.6
merge_method: dare_ties
base_model: timpal0l/Mistral-7B-v0.1-flashback-v2
parameters:
  int8_mask: true
dtype: bfloat16
Downloads last month
2
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for timpal0l/BeagleCatMunin