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 }}
drproduck
/
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 May 5, 2025
fix: update RayPPOTrainer to use dynamic filtering and worker parameters; clarify prompt handling in MathQuestionAnswerDataset
drproduck
committed
7d6e87f
View commit details
Copy full SHA for 7d6e87f
View code at this point
Browse repository at this point
Commits on May 4, 2025
fix: update sample logging logic to handle negative generations_to_log value
drproduck
committed
eb3bebc
View commit details
Copy full SHA for eb3bebc
View code at this point
Browse repository at this point
Commits on May 2, 2025
fix: enhance MathQuestionAnswerDataset to support filtering overlong prompts and add num_workers parameter
drproduck
committed
47dbd13
View commit details
Copy full SHA for 47dbd13
View code at this point
Browse repository at this point
Commits on May 1, 2025
fix: handle None values in validation metrics processing and update prompt usage in RayPPOTrainer
drproduck
committed
3b3a110
View commit details
Copy full SHA for 3b3a110
View code at this point
Browse repository at this point
Commits on Apr 25, 2025
fix: remove unused critic prompt processing in MathQuestionAnswerDataset
drproduck
committed
ed218b3
View commit details
Copy full SHA for ed218b3
View code at this point
Browse repository at this point
Commits on Apr 23, 2025
fix: update parameter name from parquet_files to data_files in MathQuestionAnswerDataset
drproduck
committed
456064b
View commit details
Copy full SHA for 456064b
View code at this point
Browse repository at this point
Merge branch 'main' of https://github.com/drproduck/verl into main
drproduck
committed
63c0d9d
View commit details
Copy full SHA for 63c0d9d
View code at this point
Browse repository at this point
add critic prompt
drproduck
committed
a00db98
View commit details
Copy full SHA for a00db98
View code at this point
Browse repository at this point
fix: correct prompt handling in MathQuestionAnswerDataset
drproduck
committed
b13cafa
View commit details
Copy full SHA for b13cafa
View code at this point
Browse repository at this point
refactor: support loading other data_file types
drproduck
committed
23d6284
View commit details
Copy full SHA for 23d6284
View code at this point
Browse repository at this point
Commits on Apr 9, 2025
chore: import additional libraries in dataset and rollout files
Show description for 0503ad9
drproduck
committed
0503ad9
View commit details
Copy full SHA for 0503ad9
View code at this point
Browse repository at this point
Commits on Apr 8, 2025
- Removed duplicate `val_before_train` setting from `ppo_trainer.yaml`
drproduck
committed
50c1107
View commit details
Copy full SHA for 50c1107
View code at this point
Browse repository at this point
Merge branch 'main' of https://github.com/drproduck/verl into main
drproduck
committed
e2d06dd
View commit details
Copy full SHA for e2d06dd
View code at this point
Browse repository at this point
Merge branch 'main' of https://github.com/volcengine/verl into main
drproduck
committed
15add0d
View commit details
Copy full SHA for 15add0d
View code at this point
Browse repository at this point
fix: reward_fn_key for PRIME (#975)
tongyx361
authored
1a42f14
View commit details
Copy full SHA for 1a42f14
View code at this point
Browse repository at this point
fix: return list from bootstrap_metric (#969)
Show description for 6433fd4
tongyx361
authored
6433fd4
View commit details
Copy full SHA for 6433fd4
View code at this point
Browse repository at this point
fix: optim.warmup_style do not take effect (#418) (#959)
Show description for fd0eba0
czczup
authored
fd0eba0
View commit details
Copy full SHA for fd0eba0
View code at this point
Browse repository at this point
Merge branch 'main' of https://github.com/drproduck/verl into main
drproduck
committed
ec382fb
View commit details
Copy full SHA for ec382fb
View code at this point
Browse repository at this point
refactor: clean up unused assertions and reorganize metric logging in RayPPOTrainer
Show description for dde687a
drproduck
committed
dde687a
View commit details
Copy full SHA for dde687a
View code at this point
Browse repository at this point
Commits on Apr 7, 2025
[distributed] enhancement: Make `register_center` named actor waiting time configurable & providing better error info (#947)
Show description for c87e9f6
hongpeng-guo
and
Copilot
authored
c87e9f6
View commit details
Copy full SHA for c87e9f6
View code at this point
Browse repository at this point
[megatron] feat: add gradient checkpointing in megatron backend (#944)
Show description for d13434f
ccclyu
authored
d13434f
View commit details
Copy full SHA for d13434f
View code at this point
Browse repository at this point
feat: Batch Rewards (#871)
mertunsall
authored
82cbc43
View commit details
Copy full SHA for 82cbc43
View code at this point
Browse repository at this point
Commits on Apr 6, 2025
[sglang] feat: enhence sglang_rollout to handle image input (#824)
Show description for 6efa018
3 people
authored
6efa018
View commit details
Copy full SHA for 6efa018
View code at this point
Browse repository at this point
[vllm] feat: enable FSDP and vLLM 0.8.2 to support DPSK v3 training. (#923)
Show description for f8d1973
BearBiscuit05
authored
f8d1973
View commit details
Copy full SHA for f8d1973
View code at this point
Browse repository at this point
[log] fix: validation metrics of reward and maj voting (#927)
Show description for d2c6064
tongyx361
authored
d2c6064
View commit details
Copy full SHA for d2c6064
View code at this point
Browse repository at this point
[rf++] style: eos_mask to response_mask for reinforce++-baseline method (#938)
Show description for 7afa6c6
none0663
authored
7afa6c6
View commit details
Copy full SHA for 7afa6c6
View code at this point
Browse repository at this point
prompt: Fix computer_score in fsdp_workers.py (#629)
Show description for 15263cb
Django-Jiang
and
eric-haibin-lin
authored
15263cb
View commit details
Copy full SHA for 15263cb
View code at this point
Browse repository at this point
fix: seq-mean-token-sum loss (#931)
tongyx361
authored
4d722b1
View commit details
Copy full SHA for 4d722b1
View code at this point
Browse repository at this point
[sglang] feat: SGLang rollout multinode support (#915)
Show description for 7fc8330
3 people
authored
7fc8330
View commit details
Copy full SHA for 7fc8330
View code at this point
Browse repository at this point
Merge branch 'main' of https://github.com/volcengine/verl into main
drproduck
committed
3e0f003
View commit details
Copy full SHA for 3e0f003
View code at this point
Browse repository at this point
[vllm] fix: skip vllm initialization with weight loading (#922)
Show description for de46048
BearBiscuit05
authored
de46048
View commit details
Copy full SHA for de46048
View code at this point
Browse repository at this point
Commits on Apr 5, 2025
[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
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
Previous
Next
You can’t perform that action at this time.