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="fedora-copr/granite-3.2-8b-instruct-GGUF",
	filename="ggml-model-Q4_K.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Granite-3.2-8B-Instruct-GGUF

Quantization of Granite-3.2-8B-Instruct by IBM for use in resource constrained environments.

Downloads last month
14
GGUF
Model size
8B params
Architecture
granite
Hardware compatibility
Log In to add your hardware
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for fedora-copr/granite-3.2-8b-instruct-GGUF