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="noctrex/openPangu-Embedded-7B-DeepDiver-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

These are quantizations of the model openPangu-Embedded-7B-DeepDiver

Original model: https://huggingface.co/FreedomIntelligence/openPangu-Embedded-7B-DeepDiver

Download the latest llama.cpp to use them.

Downloads last month
127
GGUF
Model size
8B params
Architecture
pangu-embedded
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for noctrex/openPangu-Embedded-7B-DeepDiver-GGUF

Quantized
(3)
this model