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

I'm back! :D

A mergekit made MoE with all Apache licenses, so this lil guy is commercially usable, unlike my prior models.

Models used:

  • cognitivecomputations/dolphin-2.6-mistral-7b-dpo-laser
  • lvkaokao/mistral-7b-finetuned-orca-dpo-v2
  • Herman555/Hexoteric-AshhLimaRP-Mistral-7B-GGUF
  • jondurbin/bagel-dpo-7b-v0.1
Downloads last month
7
Safetensors
Model size
24B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support