MiniMax-AI / MiniMax-AI/MSA

Create `fireworks-msa` branch for KV-outer integration PR

Open Beginner friendly
#8 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
422
Forks
57
Avg merge
15h 50m
Merged PRs (30d)
1

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Create the upstream fireworks-msa branch from the current main branch using the listed Git command or GitHub's Branches → New branch flow. Confirm that fireworks-msa exists and is based on main; the follow-up PR from ipiszy/MSA can then target it instead of main.

Written by the indexing model from the issue text.

Assessment

Tech stack
git, github
Domain
devops
Issue type
Feature
Difficulty
1/5
Estimated time
Under an hour
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.