GGUF
How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf akx/Poro-34B-gguf
# Run inference directly in the terminal:
llama cli -hf akx/Poro-34B-gguf
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf akx/Poro-34B-gguf
# Run inference directly in the terminal:
llama cli -hf akx/Poro-34B-gguf
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf akx/Poro-34B-gguf
# Run inference directly in the terminal:
./llama-cli -hf akx/Poro-34B-gguf
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf akx/Poro-34B-gguf
# Run inference directly in the terminal:
./build/bin/llama-cli -hf akx/Poro-34B-gguf
Use Docker
docker model run hf.co/akx/Poro-34B-gguf
Quick Links

Poro-34B-gguf

This is a GGUF quantization of the Poro-34B model.

Please refer to that repository's model card for details.

The current revision is a quantization of the 1000B token checkpoint.

The conversion was done with llama.cpp version b2354 (e25fb4b18fcedb9bed6be4585cf842e9a669b28b) on a Google Compute machine generously sponsored by Valohai.

Downloads last month
74
GGUF
Model size
35B params
Architecture
bloom
Hardware compatibility
Log In to add your hardware
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support