-
Notifications
You must be signed in to change notification settings - Fork 17
Add YAML-based configuration support for vLLM main #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 6 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
da21e1d
Add reward interface, math reward, unit tests
DNXie 5c72908
Merge branch 'meta-pytorch:main' into main
DNXie b4d7a61
Merge branch 'meta-pytorch:main' into main
DNXie 02d77c6
Merge branch 'meta-pytorch:main' into main
DNXie fd1d38b
Merge branch 'meta-pytorch:main' into main
DNXie f79beee
Merge branch 'meta-pytorch:main' into main
DNXie d8d775a
Merge branch 'meta-pytorch:main' into main
DNXie 7301e10
Add explicit from_dict methods for PolicyConfig and WorkerConfig
DNXie 64687d9
remove
DNXie 9278d75
remove policy config
DNXie d2d7107
update grpo.main
DNXie 14b5e4a
fixed dict attribute error, but still a buggy version
DNXie 38f7927
update config
DNXie 2a1e021
for debug
DNXie 412398c
fix the bug
DNXie d998061
clean up
DNXie 8d38eb8
lint
DNXie a3e755d
add torchstore to dependencies
DNXie 9dd396b
fix typo
DNXie 935fdc1
remove a test file that causes import error
DNXie 35fd71e
make worker config inherit engineargs
DNXie 187a65d
add unit test
DNXie 0d26242
add config for grpo.main
DNXie ba74b43
Merge branch 'main' into add_config_rl
DNXie 063afe6
solve conflict
DNXie a85f7b1
lint
DNXie d94d326
add vllm to unit test dep
DNXie 5815656
solve unit test dep
DNXie 2a31156
revert back unit_test.yaml and remove config for grpo/main
DNXie 4778336
refactor config
DNXie cb42997
rename WorkerConfig to EngineConfig and all worker_params to engine_p…
DNXie eab380a
fix test
DNXie d575409
Merge branch 'main' into add_config_rl
DNXie a72f4de
rebase
DNXie b19fe24
fix lint
DNXie fc809f8
adding from_dict to samling overrides
DNXie 6ca7c2b
minor.
DNXie f1c24fb
fix test set
DNXie 4dc2e89
fix lint and add test for nested field
DNXie 00c7fc9
Update src/forge/actors/policy.py
DNXie 4445624
Update apps/vllm/main.py
DNXie a7dfd02
Update apps/grpo/main.py
DNXie 1ed76c4
rename engineConfig to EngineArgOverrides
DNXie c38685f
remove a redundant check
DNXie 4191fa6
fix lint
DNXie 327828b
rename samplingoverrides to samplingconfig, engineargsoverrides to en…
DNXie fe9acae
rename, remove redundant logic, refactor
DNXie 23e5ef6
fix lint
DNXie 7b904fc
fix CI
DNXie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there's duplicate logic here