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

merge

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

Merge Details

Merge Method

This model was merged using the Model Stock merge method using NeverSleep/Lumimaid-v0.2-8B as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

base_model: NeverSleep/Lumimaid-v0.2-8B
merge_method: model_stock
dtype: bfloat16
models:
  - model: cgato/L3-TheSpice-8b-v0.8.3
  - model: Sao10K/L3-8B-Stheno-v3.2
  - model: TheDrummer/Llama-3SOME-8B-v2
  - model: SicariusSicariiStuff/Wingless_Imp_8B
Downloads last month
2
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for DoppelReflEx/L3-8B-WolfCore

Collection including DoppelReflEx/L3-8B-WolfCore

Paper for DoppelReflEx/L3-8B-WolfCore