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="nm-testing/TinyLlama-1.1B-compressed-tensors-kv-cache-scheme")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM

tokenizer = AutoTokenizer.from_pretrained("nm-testing/TinyLlama-1.1B-compressed-tensors-kv-cache-scheme")
model = AutoModelForMultimodalLM.from_pretrained("nm-testing/TinyLlama-1.1B-compressed-tensors-kv-cache-scheme")
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

This model is outdated and uses very old kv-cache quant scheme. It should be removed from HF-Hub once we are certain it is not used anywhere else. I have removed it from vLLM's CI in this PR: https://github.com/vllm-project/vllm/pull/30141

Downloads last month
330
Safetensors
Model size
1B params
Tensor type
I64
F32
I32
Inference Providers NEW
This model isn't deployed by any Inference Provider. 馃檵 Ask for provider support