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="Able2/umt5-xxl-encode-only",
	filename="umt5-xxl-encode-only-Q4_K_M.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

An encoder only version of google's umt5-xxl model, mainly used as text encoder for image or video generation models.

Original Repo: https://huggingface.co/google/umt5-xxl
Quantized version: https://huggingface.co/Able2/umt5-xxl-encode-only-gguf

Downloads last month
33
Safetensors
Model size
6B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Able2/umt5-xxl-encode-only

Base model

google/umt5-xxl
Quantized
(4)
this model
Quantizations
2 models