GGUF
conversational
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="Lpzhan/openPangu-embedded-gguf",
	filename="",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Introduction

Update: The PR has been merged and the openPangu-Embedded model has been supported by llama.cpp.

This repository provides GGUF-format models converted from openPangu-Embedded-1/7B-V1.1.

The origin models can be accessed here: github/gitcode.

Acknowledgement

The model is based on openPangu (openPangu is a trademark of Huawei Technologies Co., Ltd.).

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

We're not able to determine the quantization variants.

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