How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "schnapper79/lumikabra_behemoth_195B_v2-exl2-6.0bpw"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "schnapper79/lumikabra_behemoth_195B_v2-exl2-6.0bpw",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/schnapper79/lumikabra_behemoth_195B_v2-exl2-6.0bpw
Quick Links

lumikabra_behemoth_195B_v2

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

Merge Details

Merge Method

This model was merged using the della_linear merge method using /workspace/models/schnapper79_lumikabra-195B_v0.3 as a base.

Models Merged

The following models were included in the merge:

  • /workspace/merges/lumikabra_behemoth_195b

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: /workspace/merges/lumikabra_behemoth_195b
    parameters:
      weight: 0.5
      density: 0.8    
merge_method: della_linear
base_model: /workspace/models/schnapper79_lumikabra-195B_v0.3
parameters:
  epsilon: 0.05
  lambda: 1
  int8_mask: true
dtype: bfloat16
Downloads last month
3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support