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="Qwe1325/translategemma-4b-it-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Quantize the weights to GGUF from google/translategemma-4b-it (with mmproj)

Downloads last month
332
GGUF
Model size
4B params
Architecture
gemma3
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

5-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Qwe1325/translategemma-4b-it-GGUF

Quantized
(32)
this model

Spaces using Qwe1325/translategemma-4b-it-GGUF 2