Request
Please create an integration branch fireworks-msa on this repo (from current main) so we can open a PR into fireworks-msa rather than directly into main.
Maintainer one-liner
git fetch origin main
git push origin origin/main:refs/heads/fireworks-msa
Or in the GitHub UI: Branches → New branch → name fireworks-msa, source main.
Follow-up PR (after branch exists)
From fork ipiszy/MSA branch fireworks-msa (2 commits on top of main):
gh pr create -R MiniMax-AI/MSA \
--base fireworks-msa \
--head ipiszy:fireworks-msa \
--title "Integrate Fireworks KV-outer sparse prefill" \
--body-file ...
Compare link (works once fireworks-msa exists on upstream):
https://github.com/MiniMax-AI/MSA/compare/fireworks-msa...ipiszy:fireworks-msa?expand=1
Context
Request
Please create an integration branch
fireworks-msaon this repo (from currentmain) so we can open a PR intofireworks-msarather than directly intomain.Maintainer one-liner
Or in the GitHub UI: Branches → New branch → name
fireworks-msa, sourcemain.Follow-up PR (after branch exists)
From fork
ipiszy/MSAbranchfireworks-msa(2 commits on top ofmain):gh pr create -R MiniMax-AI/MSA \ --base fireworks-msa \ --head ipiszy:fireworks-msa \ --title "Integrate Fireworks KV-outer sparse prefill" \ --body-file ...Compare link (works once
fireworks-msaexists on upstream):https://github.com/MiniMax-AI/MSA/compare/fireworks-msa...ipiszy:fireworks-msa?expand=1
Context
fireworks-msabranch)main(closed; wrong target branch)