Instructions to use giladgd/Seed-OSS-36B-Instruct-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use giladgd/Seed-OSS-36B-Instruct-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="giladgd/Seed-OSS-36B-Instruct-GGUF", filename="Seed-OSS-36B-Instruct.F16.gguf", )
llm.create_chat_completion( messages = [ { "role": "user", "content": "What is the capital of France?" } ] ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use giladgd/Seed-OSS-36B-Instruct-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_K_M
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 giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_K_M
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 giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_K_M
Use Docker
docker model run hf.co/giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use giladgd/Seed-OSS-36B-Instruct-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "giladgd/Seed-OSS-36B-Instruct-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "giladgd/Seed-OSS-36B-Instruct-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_K_M
- Ollama
How to use giladgd/Seed-OSS-36B-Instruct-GGUF with Ollama:
ollama run hf.co/giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_K_M
- Unsloth Studio new
How to use giladgd/Seed-OSS-36B-Instruct-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for giladgd/Seed-OSS-36B-Instruct-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for giladgd/Seed-OSS-36B-Instruct-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for giladgd/Seed-OSS-36B-Instruct-GGUF to start chatting
- Docker Model Runner
How to use giladgd/Seed-OSS-36B-Instruct-GGUF with Docker Model Runner:
docker model run hf.co/giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_K_M
- Lemonade
How to use giladgd/Seed-OSS-36B-Instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Seed-OSS-36B-Instruct-GGUF-Q4_K_M
List all available models
lemonade list
Seed-OSS-36B-Instruct-GGUF
Static quants of ByteDance-Seed/Seed-OSS-36B-Instruct.
Quants
| Link | URI | Quant | Size |
|---|---|---|---|
| GGUF | hf:giladgd/Seed-OSS-36B-Instruct-GGUF:Q2_K |
Q2_K | 13.6GB |
| GGUF | hf:giladgd/Seed-OSS-36B-Instruct-GGUF:Q3_K_S |
Q3_K_S | 15.9GB |
| GGUF | hf:giladgd/Seed-OSS-36B-Instruct-GGUF:Q3_K_M |
Q3_K_M | 17.6GB |
| GGUF | hf:giladgd/Seed-OSS-36B-Instruct-GGUF:Q3_K_L |
Q3_K_L | 19.1GB |
| GGUF | hf:giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_0 |
Q4_0 | 20.6GB |
| GGUF | hf:giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_K_S |
Q4_K_S | 20.7GB |
| GGUF | hf:giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_K_M |
Q4_K_M | 21.8GB |
| GGUF | hf:giladgd/Seed-OSS-36B-Instruct-GGUF:Q5_0 |
Q5_0 | 25.0GB |
| GGUF | hf:giladgd/Seed-OSS-36B-Instruct-GGUF:Q5_K_S |
Q5_K_S | 25.0GB |
| GGUF | hf:giladgd/Seed-OSS-36B-Instruct-GGUF:Q5_K_M |
Q5_K_M | 25.6GB |
| GGUF | hf:giladgd/Seed-OSS-36B-Instruct-GGUF:Q6_K |
Q6_K | 29.7GB |
| GGUF | hf:giladgd/Seed-OSS-36B-Instruct-GGUF:Q8_0 |
Q8_0 | 38.4GB |
| GGUF | hf:giladgd/Seed-OSS-36B-Instruct-GGUF:F16 |
F16 | 72.3GB |
Download a quant using
node-llama-cpp(more info):npx -y node-llama-cpp pull <URI>
Usage
Use with node-llama-cpp (recommended)
Ensure you have node.js installed:
brew install nodejs
CLI
Chat with the model:
npx -y node-llama-cpp chat hf:giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_K_M
Code
Use it in your project:
npm install node-llama-cpp
import {getLlama, resolveModelFile, LlamaChatSession} from "node-llama-cpp";
const modelUri = "hf:giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_K_M";
const llama = await getLlama();
const model = await llama.loadModel({
modelPath: await resolveModelFile(modelUri)
});
const context = await model.createContext();
const session = new LlamaChatSession({
contextSequence: context.getSequence()
});
const q1 = "Hi there, how are you?";
console.log("User: " + q1);
const a1 = await session.prompt(q1);
console.log("AI: " + a1);
Read the getting started guide to quickly scaffold a new
node-llama-cppproject
Use with llama.cpp
Install llama.cpp through brew (works on Mac and Linux)
brew install llama.cpp
CLI
llama-cli -hf giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_K_M -p "The meaning to life and the universe is"
Server
llama-server -hf giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_K_M -c 2048
- Downloads last month
- 1,235
Model tree for giladgd/Seed-OSS-36B-Instruct-GGUF
Base model
ByteDance-Seed/Seed-OSS-36B-Instruct