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="LumiOpen/Poro-34B-chat-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Original model: Poro-34B-chat

Description

GGUF-format model files quantized using llama.cpp

We have Q4_K_M and Q5_K_M quantized models available.

Downloads last month
64
GGUF
Model size
35B params
Architecture
bloom
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

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

Collection including LumiOpen/Poro-34B-chat-GGUF