Text Generation
GGUF
English
conversational
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="croqaz/TypeWriter-7.2B-1938-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

TypeWriter 7B GGUF

These models are not mine, they are converted from: https://huggingface.co/typewriter-ai ;

I don't know which model is which, I'm still waiting for TypeWriter-AI to clarify, but the latest model they released is Typewriter-1938-7B-instruct-Q8_0.gguf ;

Check out their paper: https://arxiv.org/html/2606.02991v1

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

8-bit

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

Model tree for croqaz/TypeWriter-7.2B-1938-GGUF

Quantized
(1)
this model