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="lee-ite/Llama-3.1-8B-PHQ",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

lee-ite/Llama-3.1-8B-PHQ

This LoRA was converted to GGUF format from lee-ite/Llama-3.1-8B-PHQ-lora using llama.cpp. The base Model is meta-llama/Meta-Llama-3.1-8B-Instruct.

Use with llama.cpp

You need to merge the LoRA-GGUF into the Base-Model use llama.cpp.

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

4-bit

5-bit

6-bit

8-bit

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

Model tree for lee-ite/Llama-3.1-8B-PHQ

Quantized
(644)
this model