Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
thuwyl
/
verl
Public
forked from
verl-project/verl
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
verl
recipe
on
main
User selector
All users
All time
Commit history
Commits on Apr 8, 2025
fix: DAPO wandb link (#978)
tongyx361
authored
713e99e
View commit details
Copy full SHA for 713e99e
View code at this point
Browse repository at this point
Commits on Apr 4, 2025
docs: update installation and adoption docs (#921)
eric-haibin-lin
authored
0fc8e77
View commit details
Copy full SHA for 0fc8e77
View code at this point
Browse repository at this point
[dataset] refactor: remove unused filter_prompts parameter from RLHFDataset (#889)
Show description for 0407cad
0x404
authored
0407cad
View commit details
Copy full SHA for 0407cad
View code at this point
Browse repository at this point
[dataset] refactor: use hf Dataset instead of pandas DataFrame in RLHFDataset for speedup (#890)
Show description for 6974bba
0x404
and
hiyouga
authored
6974bba
View commit details
Copy full SHA for 6974bba
View code at this point
Browse repository at this point
Commits on Apr 3, 2025
[recipe] feat: integrate DAPO and provide reproduction script (#623)
Show description for 3a27a98
tongyx361
and
PeterSH6
authored
3a27a98
View commit details
Copy full SHA for 3a27a98
View code at this point
Browse repository at this point
fix: misleading eos_mask->response_mask (#878)
Show description for 8cae42d
dirtyDan0
authored
8cae42d
View commit details
Copy full SHA for 8cae42d
View code at this point
Browse repository at this point
Commits on Apr 2, 2025
[recipe] r1: support R1 Benchmark Evaluation (#777)
Show description for 233c11c
yyDing1
authored
233c11c
View commit details
Copy full SHA for 233c11c
View code at this point
Browse repository at this point
Commits on Apr 1, 2025
feat: support no reference model; fix KL issues (#644)
Show description for 072fc9f
dirtyDan0
authored
072fc9f
View commit details
Copy full SHA for 072fc9f
View code at this point
Browse repository at this point
Commits on Mar 31, 2025
[ulysses] fix: repeat kv heads by sp_size//nheads_k if nheads_k is less than sp_size (#850)
wuxibin89
authored
c0621e1
View commit details
Copy full SHA for c0621e1
View code at this point
Browse repository at this point
Commits on Mar 29, 2025
docs: update checkpoint doc (#800)
Show description for 50cba4a
ETOgaosion
authored
50cba4a
View commit details
Copy full SHA for 50cba4a
View code at this point
Browse repository at this point
Commits on Mar 26, 2025
[Feat] add max_ckpt_to_keep for old ckpt removal (#724)
Show description for afb9f9f
guanning03
authored
afb9f9f
View commit details
Copy full SHA for afb9f9f
View code at this point
Browse repository at this point
Commits on Mar 25, 2025
recipe: add reproducible PRIME baseline (#753)
Show description for 0415b27
ZefanW
authored
0415b27
View commit details
Copy full SHA for 0415b27
View code at this point
Browse repository at this point
refactor: unify ulysses flash attention patch to avoid single model patches (#735)
Show description for ab7b941
wuxibin89
authored
ab7b941
View commit details
Copy full SHA for ab7b941
View code at this point
Browse repository at this point
Commits on Mar 23, 2025
[feat] Megatron checkpoint support for current Llama and Qwen models (#687)
Show description for 5d0a7ea
4 people
authored
5d0a7ea
View commit details
Copy full SHA for 5d0a7ea
View code at this point
Browse repository at this point
Commits on Mar 15, 2025
misc: separate metric utils from ppo trainer (#599)
Show description for 6133ae9
hiyouga
authored
6133ae9
View commit details
Copy full SHA for 6133ae9
View code at this point
Browse repository at this point
Commits on Mar 14, 2025
[config] feat: lr_warmup_steps (#564)
Show description for 22657ba
tongyx361
authored
22657ba
View commit details
Copy full SHA for 22657ba
View code at this point
Browse repository at this point
Commits on Mar 13, 2025
fix: remove redundant torch.cuda.empty_cache() (#575)
Show description for 3fc3e2b
wuxibin89
authored
3fc3e2b
View commit details
Copy full SHA for 3fc3e2b
View code at this point
Browse repository at this point
[bugfix] PRIME filter overlong propmts & padding side incorrect & use xformers (#570)
Show description for 9bb02d2
CajZella
authored
9bb02d2
View commit details
Copy full SHA for 9bb02d2
View code at this point
Browse repository at this point
Commits on Mar 11, 2025
update README.md (#534)
Show description for b14299c
ZefanW
authored
b14299c
View commit details
Copy full SHA for b14299c
View code at this point
Browse repository at this point
Commits on Mar 10, 2025
recipe: PRIME algorithm (#362)
Show description for f0e7f9f
ZefanW
authored
f0e7f9f
View commit details
Copy full SHA for f0e7f9f
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.