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="playable/Playable1-GGUF",
	filename="Playable1-q4_k_m.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Playable1-GGUF

This is a GGUF quantized version (q4_k_m) of Qwen/Qwen2.5-Coder-7B-Instruct fine-tuned with the 'iat-05-1' adapter.

Model Details

  • Base Model: Qwen/Qwen2.5-Coder-7B-Instruct
  • Adapter: iat-05-1
  • Quantization: q4_k_m
  • Format: GGUF

Usage

This model can be used with llama.cpp or any compatible inference engine that supports GGUF format.

# Example with llama.cpp
./llama-cli -m Playable1-q4_k_m.gguf -p "Your prompt here"

Files

  • Playable1-q4_k_m.gguf - Quantized model in GGUF format (q4_k_m)
Downloads last month
48
GGUF
Model size
8B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for playable/Playable1-GGUF

Base model

Qwen/Qwen2.5-7B
Quantized
(183)
this model