
Installation
- 6 installs
- Updated March 19, 2026
- huggingface/prime-rl
installation skill documents How to install prime-rl and its optional dependencies.
About
installation skill documents How to install prime-rl and its optional dependencies. Use when setting up the project, installing extras like deep-gemm for FP8 models, or troubleshooting dependency issues.. name: installation description: How to install prime-rl and its optional dependencies. Use when setting up the project, installing extras like deep-gemm for FP8 models, or troubleshooting dependency issues.
- How to install prime-rl and its optional dependencies.
- Platform-specific setup patterns for installation.
- Evidence-backed steps from upstream SKILL.md.
- When-to-use criteria for installation versus alternatives.
Installation by the numbers
- 6 all-time installs (skills.sh)
- Ranked #1,588 of 2,064 Data Science & ML skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
installation capabilities & compatibility
- Capabilities
- installation quick start · installation when to use guidance · installation integration patterns
- Use cases
- research
What installation says it does
This installs all core dependencies defined in `pyproject.toml`.
The recommended way to install for most users:
npx skills add https://github.com/huggingface/prime-rl --skill installationAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 6 |
|---|---|
| Last updated | March 19, 2026 |
| Repository | huggingface/prime-rl ↗ |
How do I use installation correctly?
How to install prime-rl and its optional dependencies. Use when setting up the project, installing extras like deep-gemm for FP8 models, or troubleshooting dependency issues.
Who is it for?
Teams implementing installation workflows from the catalog.
Skip if: Skip when requirements clearly match a different specialized stack.
When should I use this skill?
User asks about installation, how to install prime-rl and its optional dependencies. use when setting up the project, in.
What you get
Working installation setup with validated configuration and next steps.
Files
Installation
Basic install
uv syncThis installs all core dependencies defined in pyproject.toml.
All extras at once
The recommended way to install for most users:
uv sync --all-extrasThis installs all optional extras (flash-attn, flash-attn-cute, etc.) in one go.
FP8 inference with deep-gemm
For certain models like GLM-5-FP8, you need deep-gemm. Install it via the fp8-inference dependency group:
uv sync --group fp8-inferenceThis installs the pre-built deep-gemm wheel. No CUDA build step is needed.
Dev dependencies
uv sync --group devInstalls pytest, ruff, pre-commit, and other development tools.
Key files
pyproject.toml— all dependencies, extras, and dependency groupsuv.lock— pinned lockfile (update withuv sync --all-extras)
Related skills
FAQ
What does installation do?
installation skill documents How to install prime-rl and its optional dependencies.
When should I use installation?
User asks about installation, how to install prime-rl and its optional dependencies. use when setting up the project, in.
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.