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

Model tree for PranavSharma10/LlamaFinetunedTest

Quantized
(270)
this model

Spaces using PranavSharma10/LlamaFinetunedTest 6

Collection including PranavSharma10/LlamaFinetunedTest