Instructions to use laelhalawani/Seed-X-PPO-7B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use laelhalawani/Seed-X-PPO-7B-GGUF with 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 laelhalawani/Seed-X-PPO-7B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf laelhalawani/Seed-X-PPO-7B-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf laelhalawani/Seed-X-PPO-7B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf laelhalawani/Seed-X-PPO-7B-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 laelhalawani/Seed-X-PPO-7B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf laelhalawani/Seed-X-PPO-7B-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 laelhalawani/Seed-X-PPO-7B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf laelhalawani/Seed-X-PPO-7B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/laelhalawani/Seed-X-PPO-7B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use laelhalawani/Seed-X-PPO-7B-GGUF with Ollama:
ollama run hf.co/laelhalawani/Seed-X-PPO-7B-GGUF:Q4_K_M
- Unsloth Studio
How to use laelhalawani/Seed-X-PPO-7B-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 laelhalawani/Seed-X-PPO-7B-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 laelhalawani/Seed-X-PPO-7B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for laelhalawani/Seed-X-PPO-7B-GGUF to start chatting
- Docker Model Runner
How to use laelhalawani/Seed-X-PPO-7B-GGUF with Docker Model Runner:
docker model run hf.co/laelhalawani/Seed-X-PPO-7B-GGUF:Q4_K_M
- Lemonade
How to use laelhalawani/Seed-X-PPO-7B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull laelhalawani/Seed-X-PPO-7B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Seed-X-PPO-7B-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
YAML Metadata Error:"license" must be one of [apache-2.0, mit, openrail, bigscience-openrail-m, creativeml-openrail-m, bigscience-bloom-rail-1.0, bigcode-openrail-m, afl-3.0, artistic-2.0, bsl-1.0, bsd, bsd-2-clause, bsd-3-clause, bsd-3-clause-clear, c-uda, cc, cc0-1.0, cc-by-2.0, cc-by-2.5, cc-by-3.0, cc-by-4.0, cc-by-sa-3.0, cc-by-sa-4.0, cc-by-nc-2.0, cc-by-nc-3.0, cc-by-nc-4.0, cc-by-nd-4.0, cc-by-nc-nd-3.0, cc-by-nc-nd-4.0, cc-by-nc-sa-2.0, cc-by-nc-sa-3.0, cc-by-nc-sa-4.0, cdla-sharing-1.0, cdla-permissive-1.0, cdla-permissive-2.0, wtfpl, ecl-2.0, epl-1.0, epl-2.0, etalab-2.0, eupl-1.1, eupl-1.2, agpl-3.0, gfdl, gpl, gpl-2.0, gpl-3.0, lgpl, lgpl-2.1, lgpl-3.0, isc, h-research, intel-research, lppl-1.3c, ms-pl, apple-ascl, apple-amlr, mpl-2.0, odc-by, odbl, openmdw-1.0, openmdw-1.1, openrail++, osl-3.0, postgresql, ofl-1.1, ncsa, unlicense, zlib, pddl, lgpl-lr, deepfloyd-if-license, fair-noncommercial-research-license, llama2, llama3, llama3.1, llama3.2, llama3.3, llama4, grok2-community, gemma, unknown, other, array]
Seed-X-PPO-7B — GGUF quantized variants
This is a non AWQ GGUF conversion
This conversion is a naive quantization. It was made by downloading the original model and running it through default quantization method in llama.cpp. It is not activation aware quantization. I'll release AWQ GGUF soon.
Important note on quality
This model, by the author's recommendation, should use beam search sampling, which isn't by default supported in llama.cpp and requires a custom sampling implementation. In compression to GGUF (8-2bit) model with knowledge already priorly condensed that much will really take a big hit in quality, especially if you use it with greedy sampling, so don't expect great results with it, without putting some effort into it. I'm releasing it for reasearch and further improvement purposes. Do expect giberish outputs at lower quants especially with greedy sampling.
NOTE: If you'd like to quantize it yourself, you'll notice some necessary files (i.e. tokenizer_config.json) are missing from the official repo, you can still grab them from the official quants. ;)
Original model: ByteDance-Seed/Seed-X-PPO-7B
This upload contains Seed-X-PPO-7B (Mistral-based multilingual translation across 28 languages: Arabic (ar), Czech (cs), Danish (da), German (de), English (en), Spanish (es), Finnish (fi), French (fr), Croatian (hr), Hungarian (hu), Indonesian (id), Italian (it), Japanese (ja), Korean (ko), Malay (ms), Norwegian Bokmål (nb), Dutch (nl), Norwegian (no), Polish (pl), Portuguese (pt), Romanian (ro), Russian (ru), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk), Vietnamese (vi), and Chinese (zh)), converted to GGUF.
Files & sizes
Made with llama.cpp.
| File | Size (MB) |
|---|---|
| Seed-X-PPO-7B.Q2_K.gguf | 2743.19 |
| Seed-X-PPO-7B.Q4_K_M.gguf | 4346.45 |
| Seed-X-PPO-7B.Q8_0.gguf | 7616.18 |
Prompt format
Translate the following English sentence into Polish:
May the force be with you <pl>
Notice
- Add a target-language tag at the end of the prompt (e.g., , ). This is required because PPO training used language tags.
- No chat template: do not call tokenizer.apply_chat_template and avoid multi-turn chat formatting.
- The model is specialized for multilingual translation.
License
OpenMDW — see the upstream repository for details.
Citation
@misc{cheng2025seedxbuildingstrongmultilingual, title={Seed-X: Building Strong Multilingual Translation LLM with 7B Parameters}, author={Shanbo Cheng and Yu Bao and Qian Cao and Luyang Huang and Liyan Kang and Zhicheng Liu and Yu Lu and Wenhao Zhu and Jingwen Chen and Zhichao Huang and Tao Li and Yifu Li and Huiying Lin and Sitong Liu and Ningxin Peng and Shuaijie She and Lu Xu and Nuo Xu and Sen Yang and Runsheng Yu and Yiming Yu and Liehao Zou and Hang Li and Lu Lu and Yuxuan Wang and Yonghui Wu}, year={2025}, eprint={2507.13618}, archivePrefix={arXiv}, primaryClass={cs.CL}, url={https://arxiv.org/abs/2507.13618} }
- Downloads last month
- 29
2-bit
4-bit
8-bit
Model tree for laelhalawani/Seed-X-PPO-7B-GGUF
Base model
ByteDance-Seed/Seed-X-PPO-7B