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="deepakkumar07/Llama-3.2-3B-Instruct",
	filename="unsloth.Q4_K_M.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Llama-3.2-3B-Instruct

Hugging Face Apache 2.0 License

Model Description

Llama-3.2-3B-Instruct is a fine-tuned version of the Llama-3.2-3B base model, optimized for instruction-following and conversational AI tasks. This model is trained using Unsloth for efficient fine-tuning and inference. It supports the GGUF format, making it ideal for running on various hardware setups.

Features

  • ๐Ÿฆ™ Fine-tuned for instruction-following
  • โšก Optimized for GGUF format (efficient inference)
  • ๐Ÿ”ฅ Compatible with Transformers & Text-Generation-Inference
  • ๐ŸŒ Supports English language
  • ๐Ÿ—๏ธ Trained using Unsloth for high performance

License

This model is licensed under Apache 2.0.

Acknowledgments

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

4-bit

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