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 yarikdevcom/Seed-OSS-36B-Instruct-GGUF:
# Run inference directly in the terminal:
llama-cli -hf yarikdevcom/Seed-OSS-36B-Instruct-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf yarikdevcom/Seed-OSS-36B-Instruct-GGUF:
# Run inference directly in the terminal:
llama-cli -hf yarikdevcom/Seed-OSS-36B-Instruct-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 yarikdevcom/Seed-OSS-36B-Instruct-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf yarikdevcom/Seed-OSS-36B-Instruct-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 yarikdevcom/Seed-OSS-36B-Instruct-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf yarikdevcom/Seed-OSS-36B-Instruct-GGUF:
Use Docker
docker model run hf.co/yarikdevcom/Seed-OSS-36B-Instruct-GGUF:
Quick Links

How to build:

sudo apt-get install pciutils build-essential cmake curl libcurl4-openssl-dev -y
git clone https://github.com/ggml-org/llama.cpp
cmake llama.cpp -B llama.cpp/build -DBUILD_SHARED_LIBS=OFF -DGGML_CUDA=ON -DLLAMA_CURL=ON
cmake --build llama.cpp/build --config Release -j --clean-first

How to run

./llama.cpp/build/bin/llama-server -hf yarikdevcom/Seed-OSS-36B-Instruct-GGUF:Q3_K_M --ctx-size 4096 --n-gpu-layers 99 --temp 1.1 --top-p 0.95 --port 8999 --host 0.0.0.0 --flash-attn --cache-type-k q8_0 --cache-type-v q8_0

All credits to this PR, I just applied changes from one of the comments. Based on this PR https://github.com/ggml-org/llama.cpp/pull/15490

Downloads last month
62
GGUF
Model size
36B params
Architecture
seed_oss
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

6-bit

8-bit

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

Model tree for yarikdevcom/Seed-OSS-36B-Instruct-GGUF

Quantized
(39)
this model