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 }}
tarsur909
/
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
verl
on
main
User selector
All users
All time
Commit history
Commits on Apr 5, 2025
Merge branch 'volcengine:main' into main
tarsur909
authored
49ed933
View commit details
Copy full SHA for 49ed933
View code at this point
Browse repository at this point
[math-verify] fix: TimeoutException (#929)
tongyx361
authored
8447937
View commit details
Copy full SHA for 8447937
View code at this point
Browse repository at this point
Merge branch 'volcengine:main' into main
tarsur909
authored
f7b2581
View commit details
Copy full SHA for f7b2581
View code at this point
Browse repository at this point
add div
tarsur909
committed
7e951e4
View commit details
Copy full SHA for 7e951e4
View code at this point
Browse repository at this point
Feat: support REINFORCE++-baseline and add script for REINFORCE++ (#908)
Show description for 30259d2
hijkzzz
authored
30259d2
View commit details
Copy full SHA for 30259d2
View code at this point
Browse repository at this point
Commits on Apr 4, 2025
feat: Add multi-turn SFT support (#195)
xingyaoww
authored
fb03941
View commit details
Copy full SHA for fb03941
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
fix: set gen_batch_size based on config (#909)
tongyx361
authored
d5a1c81
View commit details
Copy full SHA for d5a1c81
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
[log] fix: log after generate_sequences (#819)
tongyx361
authored
6d931df
View commit details
Copy full SHA for 6d931df
View code at this point
Browse repository at this point
[algo] misc: remove redundant tile([1, response_length]), efficient broadcast instead (#868)
Show description for f9256b8
dirtyDan0
authored
f9256b8
View commit details
Copy full SHA for f9256b8
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
reuse GPTModel, try to fix CI issue (#884)
Show description for 0338805
ETOgaosion
authored
0338805
View commit details
Copy full SHA for 0338805
View code at this point
Browse repository at this point
fix: the error is not raised when using both megatron and hf inference (#885)
Show description for b6dc157
wkcn
authored
b6dc157
View commit details
Copy full SHA for b6dc157
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
revert: "Use Mcore GPTModel" (#883)
Show description for 81a15ed
eric-haibin-lin
authored
81a15ed
View commit details
Copy full SHA for 81a15ed
View code at this point
Browse repository at this point
[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
Use Mcore GPTModel (#706)
Show description for b6cd6b7
ISEEKYAN
authored
b6cd6b7
View commit details
Copy full SHA for b6cd6b7
View code at this point
Browse repository at this point
[fix] add dpsk v3 type in config for mfu compute (#872)
Show description for 4fec38c
BearBiscuit05
authored
4fec38c
View commit details
Copy full SHA for 4fec38c
View code at this point
Browse repository at this point
Implement Dual-Clip PPO Algorithm (#784)
Show description for 6272b8c
none0663
authored
6272b8c
View commit details
Copy full SHA for 6272b8c
View code at this point
Browse repository at this point
Commits on Apr 1, 2025
[misc] add trust_remote_code param for loading custom tokenizer (#865)
BearBiscuit05
authored
05bdead
View commit details
Copy full SHA for 05bdead
View code at this point
Browse repository at this point
[critic] fix: normalize mini batch size for critic (#853)
Show description for 9dcac14
tongyx361
authored
9dcac14
View commit details
Copy full SHA for 9dcac14
View code at this point
Browse repository at this point
docs: improve installation and ulysses docs (#854)
eric-haibin-lin
authored
776b0a9
View commit details
Copy full SHA for 776b0a9
View code at this point
Browse repository at this point
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
[BREAKING] feat: support custom datasets for SFT trainer (#832)
Show description for 77babf1
eric-haibin-lin
authored
77babf1
View commit details
Copy full SHA for 77babf1
View code at this point
Browse repository at this point
[doc] feat: doc for val_before_train (#840)
tongyx361
authored
816dacc
View commit details
Copy full SHA for 816dacc
View code at this point
Browse repository at this point
[fix] Add param to resolve custom model loading failure (#845)
BearBiscuit05
authored
1f78e8b
View commit details
Copy full SHA for 1f78e8b
View code at this point
Browse repository at this point
[BREAKING config] fix: move val_before_train to config yaml. Using trainer.val_before_train instead of +trainer.val_before_train going forward (#820)
tongyx361
authored
64bddb6
View commit details
Copy full SHA for 64bddb6
View code at this point
Browse repository at this point
Commits on Mar 30, 2025
[BREAKING config] feat: add mlflow val generation log and uri config (#822)
Show description for 7fbf609
ccclyu
authored
7fbf609
View commit details
Copy full SHA for 7fbf609
View code at this point
Browse repository at this point
[sglang] fix: add memory saver support to sglang rollout to avoid OOMs (#756)
Show description for 5138a22
SwordFaith
and
ocss884
authored
5138a22
View commit details
Copy full SHA for 5138a22
View code at this point
Browse repository at this point
Megatron checkpoint default not save hf_models, and provide model merge tool. (#780)
Show description for ccab836
ETOgaosion
authored
ccab836
View commit details
Copy full SHA for ccab836
View code at this point
Browse repository at this point
Commits on Mar 29, 2025
[misc] add deepseek v3 flops compute func (#814)
BearBiscuit05
authored
0cf4ca4
View commit details
Copy full SHA for 0cf4ca4
View code at this point
Browse repository at this point
[megatron] fix: remove redundant return value for hf_config (#722)
caaatch22
authored
f3913d0
View commit details
Copy full SHA for f3913d0
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.