Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
huggingface avatar

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)
At a glance

installation capabilities & compatibility

Capabilities
installation quick start · installation when to use guidance · installation integration patterns
Use cases
research
From the docs

What installation says it does

This installs all core dependencies defined in `pyproject.toml`.
SKILL.md
The recommended way to install for most users:
SKILL.md
npx skills add https://github.com/huggingface/prime-rl --skill installation

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs6
Last updatedMarch 19, 2026
Repositoryhuggingface/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

SKILL.mdMarkdownGitHub ↗

Installation

Basic install

uv sync

This installs all core dependencies defined in pyproject.toml.

All extras at once

The recommended way to install for most users:

uv sync --all-extras

This 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-inference

This installs the pre-built deep-gemm wheel. No CUDA build step is needed.

Dev dependencies

uv sync --group dev

Installs pytest, ruff, pre-commit, and other development tools.

Key files

  • pyproject.toml — all dependencies, extras, and dependency groups
  • uv.lock — pinned lockfile (update with uv 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.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.