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="denxxs/soil-gemini",
	filename="gemma-2b-it.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)
README.md exists but content is empty.
Downloads last month
127
Safetensors
Model size
3B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with denxxs/soil-gemini.

Model tree for denxxs/soil-gemini

Quantizations
3 models