How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="matrixportalx/TurkLlama-Mix-GGUF",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

TurkLlama-Mix GGUF Quantized Models

Technical Details

  • Quantization Tool: llama.cpp
  • Version: version: 5106 (47ba87d0)

Model Information

Available Files

🚀 Download 🔢 Type 📝 Description
Download Q3 K M Small, acceptable quality
Download Q4 0 Standard 4-bit (fast on ARM)
Download Q4 K M 4-bit balanced (recommended default)
Download Q5 K M 5-bit best (recommended HQ option)

💡 Q4 K M provides the best balance for most use cases

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

3-bit

4-bit

5-bit

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

Model tree for matrixportalx/TurkLlama-Mix-GGUF

Collection including matrixportalx/TurkLlama-Mix-GGUF