How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="llmware/tiny-llama-chat-gguf")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("llmware/tiny-llama-chat-gguf")
model = AutoModelForCausalLM.from_pretrained("llmware/tiny-llama-chat-gguf")
Quick Links

tiny-llama-chat-gguf

tiny-llama-chat-gguf is an GGUF Q4_K_M int4 quantized version of TinyLlama-Chat, providing a very fast, very small inference implementation, optimized for AI PCs.

tiny-llama-chat is the official chat finetuned version of tiny-llama.

Model Description

  • Developed by: TinyLlama
  • Quantized by: llmware
  • Model type: llama
  • Parameters: 1.1 billion
  • Model Parent: TinyLlama-1.1B-Chat-v1.0
  • Language(s) (NLP): English
  • License: Apache 2.0
  • Uses: Chat and general purpose LLM
  • RAG Benchmark Accuracy Score: NA
  • Quantization: int4

Model Card Contact

llmware on github

llmware on hf

llmware website

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

We're not able to determine the quantization variants.

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

Model tree for llmware/tiny-llama-chat-gguf

Quantized
(146)
this model