TinyZero logo

TinyZero

Jiayi-Pan/TinyZero

Minimal reproduction of DeepSeek R1-Zero

GraphCanon updated today · GitHub synced today

13k
Stars
1.6k
Forks
82
Open issues
122
Watchers
4mo
Last push
Python Apache-2.0Created Jan 21, 2025

Trust & integrity

Full report
Maintenance
Slowing (134d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
No criticals
As of today · Source: osv@v1

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

A minimal version of the R1-Zero architecture from DeepSeek, setup instructions provided in README for environment creation and dependencies installation including vLLM and Ray.

Capability facts

Languages
python

Source: github.language+pyproject.toml · Jul 12, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Jul 11, 2026)

conda create -n zero python=3.9
Source link

Tags

README

Installation

conda create -n zero python=3.9

---

# install torch [or you can skip this step and let vllm install the correct version for you]
pip install torch==2.4.0 --index-url https://download.pytorch.org/whl/cu121

---

# install vllm
pip3 install vllm==0.6.3 # or you can install 0.5.4, 0.4.2 and 0.3.1
pip3 install ray