-
Notifications
You must be signed in to change notification settings - Fork 562
Now, we support the hybrid model in our Olmo-core code. #1713
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
Open
finbarrtimbers
wants to merge
37
commits into
main
Choose a base branch
from
finbarr/oc-hybrid-dpo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
78f2dd1
minor tweaks to script
finbarrtimbers ac6a4ad
using ai2/linear-rnns workspace
finbarrtimbers d0d8ea1
modified sweep
finbarrtimbers 86160a6
only one lr
finbarrtimbers 7b34e23
Add Olmo Hybrid DPO sweep (olmo-core) and GDN-aware ModelDims FLOPs/m…
finbarrtimbers 1fbac3f
Simplify ModelDims GDN handling: zero-default linear-attn dims, dedup…
finbarrtimbers 2c23960
Bump olmo-core to hybrid-dpo-conversion branch for Olmo-Hybrid DPO su…
finbarrtimbers 600f83e
Fully shard (fsdp_shard_degree=32) Olmo-Hybrid DPO sweep to fix OOM, …
finbarrtimbers 73ad560
Add full-block activation checkpointing mode for olmo-core DPO to fit…
finbarrtimbers 2daaa2a
Disable torch.compile in Olmo-Hybrid DPO sweep: compile+full-block ch…
finbarrtimbers e2a385c
Bump flash-linear-attention 0.4.2 -> 0.5.0
finbarrtimbers 53e2af3
Add selected_modules activation checkpointing to enable compile with …
finbarrtimbers ed6b218
Checkpoint all Olmo-Hybrid block submodules except the GDN mixer for …
finbarrtimbers 66bbd9c
Use full AC + compile for Olmo-Hybrid DPO by skipping checkpoint dete…
finbarrtimbers 872ad77
DPO: checkpoint GDN mixer via selected_modules to keep compile outsid…
finbarrtimbers 63348c8
Add tilelang dep so fla routes GDN chunk_bwd_dqkwg around the broken …
finbarrtimbers f0c8b07
DPO: align dpo.py wandb metric keys with dpo_tune_cache.py (rename tr…
finbarrtimbers 7856a45
committed changes
finbarrtimbers 9e00c78
Added scripts
finbarrtimbers 0ba1ec8
DPO: bucket-pad packed microbatches to next power-of-two (not max_seq…
finbarrtimbers e1dfe41
DPO: pack microbatches to the max_seq_length token budget instead of …
finbarrtimbers 5cf1528
DPO: add configurable per-microbatch sample cap + real gradient accum…
finbarrtimbers 7949208
DPO: bound get_mock_batch rows by token budget so a large microbatch_…
finbarrtimbers ac010f0
set flag
finbarrtimbers 7957881
disable HF upload
finbarrtimbers 91afdf0
moved flag
finbarrtimbers efd9ad4
set flags correctly
finbarrtimbers a59d9d2
cleaned up pr
finbarrtimbers a4ccbfd
DPO: restore per-step train/token_count record so PerfCallback can co…
finbarrtimbers 6d807e6
Drop leftover TRITON_PRINT_AUTOTUNING debug env from oc DPO sweep scr…
finbarrtimbers 066265b
Fix stale SFT_LR reference in DeepSpeed sweep description (PR review)…
finbarrtimbers 9d99e3e
Simplify: delegate global_num_flops_in_batch token count to data_load…
finbarrtimbers 1cab2fa
Merge remote-tracking branch 'origin/main' into finbarr/oc-hybrid-dpo
finbarrtimbers cecab92
DPO packing: yield rectangular stacked-row batches (stack/unstack_pac…
finbarrtimbers de4ff38
Update CHANGELOG entry for rectangular stacked packed-row DPO batches…
finbarrtimbers e224447
Simplify: get_num_sequences always returns int (counts input_ids rows…
finbarrtimbers 0f5c4e4
Merge remote-tracking branch 'origin/main' into finbarr/oc-hybrid-dpo
finbarrtimbers 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.