Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
0bbfc03
fix
rebel-jangys Oct 15, 2025
5eb6b2e
resolve conflicts
rebel-thkim Oct 20, 2025
8c1d90e
compiled_model_path
rebel-thkim Oct 21, 2025
59b4fe2
compiled model path bug fix
rebel-thkim Oct 23, 2025
952c3b7
fix norm order
rebel-jangys Oct 28, 2025
782c3b2
per batch mismatch check
rebel-jangys Oct 29, 2025
5570a3e
consistent routing logic
rebel-mhkang Oct 30, 2025
e96b727
rebase main
rebel-thkim Nov 3, 2025
2f7dc22
compatible to 4.57.1
rebel-thkim Nov 3, 2025
8677159
model: _reconstruction_if_needed & method renaming (#337)
rebel-thkim Nov 3, 2025
8da5f65
initial commit for attn sink
rebel-thkim Oct 17, 2025
c445d16
tmp
rebel-thkim Nov 3, 2025
d6ca980
fix missing fake interface
rebel-jangys Oct 17, 2025
cf95e02
patch for dtype when jit trace
rebel-thkim Oct 20, 2025
eb989b2
Introduce dev branch
rebel-jongho Nov 3, 2025
6ef2004
Merge branch 'main' into gpt_oss_sink
rebel-kblee Nov 3, 2025
e435ebd
other: apply formatter for #337 (#343)
rebel-jongho Nov 3, 2025
ca085ab
dependency: full test for dependency update pr (#340)
rebel-thkim Nov 4, 2025
ffdce25
dependency: Update dependency diffusers to v0.35.2 (#321)
rebel-thkim Nov 4, 2025
a5e133f
model: DecoderOnly's Error message for batch, seq exceed compiled cap…
rebel-thkim Nov 4, 2025
1e99973
other: change Gitpython auth as deprecated api (#346)
rebel-thkim Nov 4, 2025
8adfbdc
compatible with 4.57.1
rebel-thkim Nov 4, 2025
9583f30
other: cherry-pick workflows (#348)
rebel-jongho Nov 5, 2025
7b9aa4a
Merge branch 'main' into dev
rebel-jongho Nov 5, 2025
3586872
other: fix bug of schedule(main) (#351)
rebel-thkim Nov 6, 2025
a64fa57
Merge branch 'main' into dev
rebel-jongho Nov 6, 2025
fb7174e
attn_mask for sliding_window_decode
rebel-thkim Nov 13, 2025
0a333eb
other: fix dependency pr title (#353)
rebel-thkim Nov 13, 2025
862d22d
Revert "other: fix dependency pr title" (#357)
rebel-thkim Nov 13, 2025
7daf128
sliding_window jcr int32
rebel-thkim Nov 13, 2025
a1c7ea2
other: schedule hot fix for parsing rebel-compiler latest version (#355)
rebel-thkim Nov 14, 2025
819e24f
other: fix-up #355 PR (hotfix) (#361)
rebel-thkim Nov 14, 2025
f479c22
Merge branch 'main' into dev
rebel-jongho Nov 14, 2025
0a34a69
fix mask layout B,H,S,L -> B,H,L,S
rebel-jangys Nov 14, 2025
545d307
other: pr test - fix bug of commit-msg (#362)
rebel-thkim Nov 17, 2025
48eb3ae
refactor: support RBLNModel with no compilation (#356)
rebel-kblee Nov 17, 2025
6f108c9
model: update the logic for estimating num_blocks (#354)
rebel-jongho Nov 18, 2025
60ae60e
refactor: remove unncecessary rbln-config attrs & deprecate_kwargs de…
rebel-thkim Nov 18, 2025
f08e00d
other(ci): remove old workflows (#365)
rebel-jongho Nov 19, 2025
d46c5da
Merge remote-tracking branch 'origin/qwen3_moe' into gpt_oss_sink
rebel-thkim Nov 20, 2025
bedaf48
Merge remote-tracking branch 'origin/dev' into gpt_oss_sink
rebel-thkim Nov 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Pull Request Description

> **⚠️ Important: Branch Target**
> - **New features, enhancements, and non-critical fixes**: Merge to `dev` branch
> - **Critical hotfixes only**: Merge to `main` branch (must also merge to `dev`)
>
> Please ensure you've selected the correct base branch before submitting!

## Type of Change
<!-- Mark the appropriate option with an [x] -->
- [ ] Release (dev → main merge for production release)
- [ ] New Model Support
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
Expand All @@ -18,14 +25,6 @@
## Motivation and Context
<!-- Explain why this change is necessary and what problem it solves -->

## Checklist
<!-- Mark completed items with an [x] -->
- [ ] I have performed a self-review of my own code
- [ ] I have added tests that prove my fix is effective or that my feature works (If needed)

## Additional Information
<!-- Any additional information, configuration, or data that might be necessary to reproduce the issue or use the new feature -->

## Related Issues
<!-- Link any related issues here using the syntax: Closes #123, Fixes #456 -->

Expand All @@ -50,9 +49,12 @@ type(optional scope): description
- `refactor`: Re-arrange class architecture, or more.
- ex) Refactor Seq2Seq
- Documentation
- `doc`: Update docstring only
- `doc`: Update docstring only
- Library Dependencies
- `dependency`: Update requirements, something like that.
- Release
- `release`: Merging dev to main for production release
- ex) Release v1.2.0
- Other
- `other`: None of above.
- ex) ci update
Expand Down
7 changes: 5 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"prHourlyLimit": 0,
"baseBranches": [
"dev"
],
"extends": [
":semanticCommitsDisabled"
],
"commitMessagePrefix": "dependency:",
"commitMessagePrefix": "[pytest-full] dependency:",
"repositories": [
"rebellions-sw/optimum-rbln"
],
"lockFileMaintenance": {
"enabled": true
"enabled": false
},
"packageRules": [
{
Expand Down
129 changes: 0 additions & 129 deletions .github/scripts/auto_code_review.py

This file was deleted.

17 changes: 17 additions & 0 deletions .github/scripts/parsing_latest_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import sys

from packaging.version import parse


versions = []
for line in sys.stdin:
version_str = line.strip()
if version_str:
try:
versions.append(parse(version_str))
except Exception:
pass

if versions:
latest_version = sorted(versions)[-1]
print(str(latest_version))
Loading