How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf cloudyu/Phoenix_DPO_60B_gguf:Q4_0
# Run inference directly in the terminal:
llama-cli -hf cloudyu/Phoenix_DPO_60B_gguf:Q4_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf cloudyu/Phoenix_DPO_60B_gguf:Q4_0
# Run inference directly in the terminal:
llama-cli -hf cloudyu/Phoenix_DPO_60B_gguf:Q4_0
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 cloudyu/Phoenix_DPO_60B_gguf:Q4_0
# Run inference directly in the terminal:
./llama-cli -hf cloudyu/Phoenix_DPO_60B_gguf:Q4_0
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 cloudyu/Phoenix_DPO_60B_gguf:Q4_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf cloudyu/Phoenix_DPO_60B_gguf:Q4_0
Use Docker
docker model run hf.co/cloudyu/Phoenix_DPO_60B_gguf:Q4_0
Quick Links

Description

This repo contains GGUF format model files for cloudyu/Phoenix_DPO_60B.

About GGUF

GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.

How to run GGUF with llama.cpp on an A10 (24G vram)

   git clone https://github.com/ggerganov/llama.cpp.git
   cd llama.cpp/
   make LLAMA_CUBLAS=1
   ./main --model ./cloudyu_Phoenix_DPO_60B.Q3_K_XS.gguf -p "what is biggest animal?" -i -ngl 36
Downloads last month
42
GGUF
Model size
61B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support