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

Famino

Famino is a merge of the following models using mergekit:

🧩 Configuration

models:
  - model: cgato/Nemo-12b-Humanize-SFT-v0.2.5-KTO
  - model: DreadPoor/Irix-12B-Model_Stock
  - model: redrix/GodSlayer-12B-ABYSS
  - model: PygmalionAI/Pygmalion-3-12B
merge_method: model_stock
base_model: DreadPoor/Ward-12B-Model_Stock
normalize: false
int8_mask: true
dtype: bfloat16
Downloads last month
184
Safetensors
Model size
12B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with DreadPoor/Famino-12B-Model_Stock.

Model tree for DreadPoor/Famino-12B-Model_Stock

Collection including DreadPoor/Famino-12B-Model_Stock