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="electron271/graig-experiment-2",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

i am not responsible for anything said by this model

do not use this in public deployments

if you are using ollama download https://huggingface.co/electron271/graig-experiment-2/blob/main/Modelfile and run ollama create graig-experiment-2 in the same folder as the modelfile

Downloads last month
207
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with electron271/graig-experiment-2.

Model tree for electron271/graig-experiment-2

Quantized
(32)
this model

Dataset used to train electron271/graig-experiment-2

Collection including electron271/graig-experiment-2