Skip to content

Instantly share code, notes, and snippets.

@ryan-williams
Last active September 25, 2025 15:16
Show Gist options
  • Save ryan-williams/ecea42bb2f3cb15a0a895f73cfb06c4d to your computer and use it in GitHub Desktop.
Save ryan-williams/ecea42bb2f3cb15a0a895f73cfb06c4d to your computer and use it in GitHub Desktop.
marin-community/marin#1646 - 2-way sync via github-pr.py (ryan-williams/git-helpers)

marin-community/marin#1646 Pin levanter[serve] to 775ac7c6

It would be good to properly pin this dep, and get a better sense of how "linked" PRs to each repo tend to be.

  • If Marin PRs frequently require a corresponding Levanter PR, we may want to move Levanter src into this repo.
  • openathena.s3.amazonaws.com/marin-levanter.html implies that 5-10% of PRs in each repo are linked in this way, but it may have false-negatives that rely on the >=.

The current floating dep (and previous >=) can cause a given Marin SHA to behave differently (or break) over time. uv.lock might mitigate this, but I'd like to try properly pinning the Marin→Levanter dep, to get some real data about how synced the 2 repos are (and keep things repro-able / deterministic, and shore up DX / dep-mgmt issues that the floating pins were working around).

To that end, this pins https://github.com/marin-community/levanter/commit/775ac7c6c6f913fd9fed263b26bdb7169df349cc (current levanter@main).

Footnotes

  1. Since #224 / levanter>=1.1.dev992, Sept '24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment