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

FunLLama3-8B

GGUF: https://huggingface.co/mradermacher/FunLLama3-8B-i1-GGUF

FunLLama3-8B is a merge of the following models using mergekit:

🧩 Configuration

models:
  - model: bunnycore/LLama3-Mix-8B
  - model: Sao10K/L3-8B-Stheno-v3.2
  - model: Orenguteng/Llama-3-8B-Lexi-Uncensored
merge_method: model_stock
base_model: bunnycore/LLama3-Mix-8B
dtype: bfloat16
Downloads last month
5
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 bunnycore/FunLLama3-8B

Quantizations
3 models