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

Mankei

Mankei-1B-Chat — GGUF

GGUF-Quantisierungen von keyvan-ai/Mankei-1B-Chat für llama.cpp und Ollama — läuft auf der CPU.

Quantisierung Größe Download
f16 1,9 GB Mankei-1B-Chat-f16.gguf
Q8_0 1,0 GB Mankei-1B-Chat-q8_0.gguf
Q6_K 854 MB Mankei-1B-Chat-q6_k.gguf
Q5_K_M 727 MB Mankei-1B-Chat-q5_k_m.gguf
Q4_K_M 637 MB Mankei-1B-Chat-q4_k_m.gguf
Q3_K_M 512 MB Mankei-1B-Chat-q3_k_m.gguf
# Ollama
ollama run hf.co/keyvan-ai/Mankei-1B-Chat-GGUF:Q4_K_M

# llama.cpp
llama-cli -hf keyvan-ai/Mankei-1B-Chat-GGUF:Q4_K_M

Empfohlenes Sampling: temperature 0.7 · top_p 0.9 · repetition_penalty 1.15.

Downloads last month
236
GGUF
Model size
1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for keyvan-ai/Mankei-1B-Chat-GGUF

Quantized
(1)
this model