llm.create_chat_completion(
messages = "No input example has been defined for this model task."
)- Downloads last month
- 161,524
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 ggml-org/tinygemma3-GGUF
Base model
ngxson/tinygemma3_cifar
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="ggml-org/tinygemma3-GGUF", filename="", )