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="rkstgr/typer-1.5b-instruct-concise-gguf",
	filename="",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

rkstgr/typer-1.5b-instruct-concise-gguf

This repository contains GGUF quantized versions of rkstgr/typer-1.5b-instruct-concise.

Usage with Ollama

ollama run hf.co/rkstgr/typer-1.5b-instruct-concise-gguf

Usage with llama.cpp

# Download the model
wget https://huggingface.co/rkstgr/typer-1.5b-instruct-concise-gguf/resolve/main/{model_file}.gguf

# Run with llama.cpp
./llama-cli -m {model_file}.gguf -p "Your prompt here"

Model Details

Acknowledgements

Computational resources were provided by the German AI Service Center WestAI.

Downloads last month
45
GGUF
Model size
2B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

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

Model tree for rkstgr/typer-1.5b-instruct-concise-gguf

Quantized
(2)
this model