Text Generation
GGUF
PyTorch
llama
facebook
meta
llama-3
conversational
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="justindal/llama3.2-3b-leetcoder-gguf",
	filename="llama3.2-3B-leetcoder-BF16.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Model Information

Meta's meta-llama/Llama-3.2-3B-Instruct LoRA fine-tuned for LeetCode-style solutions.

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

16-bit

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

Model tree for justindal/llama3.2-3b-leetcoder-gguf

Quantized
(482)
this model

Dataset used to train justindal/llama3.2-3b-leetcoder-gguf