Skip to content

Merge branch 'mamba-tiktoken' into data-fixes

7521297
Select commit
Loading
Failed to load commit list.
Merged

Expose doc_breakpoint #147

Merge branch 'mamba-tiktoken' into data-fixes
7521297
Select commit
Loading
Failed to load commit list.
DCO / DCO required action May 29, 2025 in 1s

DCO

There are 49 commits incorrectly signed off. This means that the author(s) of these commits failed to include a Signed-off-by line in their commit message.

To avoid having PRs blocked in the future, always include Signed-off-by: Author Name <authoremail@example.com> in every commit message. You can also do this automatically by using the -s flag (i.e., git commit -s).

Here is how to fix the problem so that this code can be merged.


Rebase the branch

If you have a local git environment and meet the criteria below, one option is to rebase the branch and add your Signed-off-by lines in the new commits. Please note that if others have already begun work based upon the commits in this branch, this solution will rewrite history and may cause serious issues for collaborators (described in the git documentation under "The Perils of Rebasing").

You should only do this if:

  • You are the only author of the commits in this branch
  • You are absolutely certain nobody else is doing any work based upon this branch
  • There are no empty commits in the branch (for example, a DCO Remediation Commit which was added using --allow-empty)

To add your Signed-off-by line to every commit in this branch:

  1. Ensure you have a local copy of your branch by checking out the pull request locally via command line.
  2. In your local branch, run: git rebase HEAD~71 --signoff
  3. Force push your changes to overwrite the branch: git push --force-with-lease origin data-fixes

Summary

Commit sha: e974212, Author: Davis Wertheimer, Committer: GitHub; The sign-off is missing.
Commit sha: cd872c2, Author: Davis Wertheimer, Committer: GitHub; The sign-off is missing.
Commit sha: e7a7179, Author: Davis Wertheimer, Committer: GitHub; The sign-off is missing.
Commit sha: 3ab5174, Author: Davis Wertheimer, Committer: GitHub; The sign-off is missing.
Commit sha: 06cda8a, Author: Davis Wertheimer, Committer: GitHub; The sign-off is missing.
Commit sha: 8b8f688, Author: Davis Wertheimer, Committer: GitHub; The sign-off is missing.
Commit sha: c328c56, Author: Davis Wertheimer, Committer: GitHub; The sign-off is missing.
Commit sha: 701d0eb, Author: Davis Wertheimer, Committer: GitHub; The sign-off is missing.
Commit sha: d54fe0a, Author: Davis Wertheimer, Committer: GitHub; The sign-off is missing.
Commit sha: 79e1063, Author: Davis Wertheimer, Committer: GitHub; The sign-off is missing.
Commit sha: f326e97, Author: Davis Wertheimer, Committer: GitHub; The sign-off is missing.
Commit sha: c728781, Author: Davis Wertheimer, Committer: GitHub; The sign-off is missing.
Commit sha: c003616, Author: Davis Wertheimer, Committer: GitHub; The sign-off is missing.
Commit sha: 99178ef, Author: Davis Wertheimer, Committer: GitHub; The sign-off is missing.
Commit sha: 570d557, Author: Davis Wertheimer, Committer: GitHub; The sign-off is missing.
Commit sha: 05030cc, Author: Davis Wertheimer, Committer: GitHub; Can not find "Davis Wertheimer dww78@cornell.edu", in ["Davis Wertheimer davis.wertheimer@ibm.com", "Davis Wertheimer davis.wertheimer@ibm.com", "Davis Wertheimer davis.wertheimer@ibm.com", "Davis Wertheimer davis.wertheimer@ibm.com", "Davis Wertheimer davis.wertheimer@ibm.com", "Davis Wertheimer davis.wertheimer@ibm.com"].
Commit sha: b9fa538, Author: Davis Wertheimer, Committer: GitHub; The sign-off is missing.
Commit sha: 0748007, Author: Davis Wertheimer, Committer: GitHub; The sign-off is missing.
Commit sha: 7d02d2c, Author: Davis Wertheimer, Committer: GitHub; The sign-off is missing.
Commit sha: 1feca7c, Author: Davis Wertheimer, Committer: GitHub; The sign-off is missing.
Commit sha: c967bb5, Author: Davis Wertheimer, Committer: GitHub; The sign-off is missing.
Commit sha: f87ca63, Author: divya-kumari32, Committer: GitHub; The sign-off is missing.
Commit sha: e39f561, Author: divya-kumari32, Committer: divya-kumari32; The sign-off is missing.
Commit sha: 2402c88, Author: divya-kumari32, Committer: GitHub; The sign-off is missing.
Commit sha: e435102, Author: divya-kumari32, Committer: divya-kumari32; The sign-off is missing.
Commit sha: 499a830, Author: divya-kumari32, Committer: divya-kumari32; The sign-off is missing.
Commit sha: 99a6543, Author: divya-kumari32, Committer: divya-kumari32; The sign-off is missing.
Commit sha: 5ff2e86, Author: divya-kumari32, Committer: divya-kumari32; The sign-off is missing.
Commit sha: 1b50708, Author: divya-kumari32, Committer: GitHub; The sign-off is missing.
Commit sha: bcad3ad, Author: divykum2, Committer: divykum2; The sign-off is missing.
Commit sha: 5ab4af6, Author: divykum2, Committer: divykum2; The sign-off is missing.
Commit sha: 0210fd3, Author: divykum2, Committer: divykum2; The sign-off is missing.
Commit sha: 98ec15e, Author: divykum2, Committer: divykum2; The sign-off is missing.
Commit sha: ab7fb58, Author: divykum2, Committer: divykum2; The sign-off is missing.
Commit sha: 2b23cc6, Author: divykum2, Committer: divykum2; The sign-off is missing.
Commit sha: ee2eb62, Author: divykum2, Committer: divykum2; The sign-off is missing.
Commit sha: f425e50, Author: divykum2, Committer: divykum2; The sign-off is missing.
Commit sha: 9764afc, Author: divykum2, Committer: divykum2; The sign-off is missing.
Commit sha: 43902da, Author: divykum2, Committer: divykum2; The sign-off is missing.
Commit sha: c1320c2, Author: divykum2, Committer: divykum2; The sign-off is missing.
Commit sha: c90acb9, Author: divykum2, Committer: divykum2; The sign-off is missing.
Commit sha: 55fd5ac, Author: divykum2, Committer: divykum2; The sign-off is missing.
Commit sha: 97eade5, Author: divykum2, Committer: divykum2; The sign-off is missing.
Commit sha: 41d96a3, Author: Linsong Chu, Committer: Linsong Chu; The sign-off is missing.
Commit sha: 81ca3c2, Author: Linsong Chu, Committer: Linsong Chu; The sign-off is missing.
Commit sha: 0817ddc, Author: Linsong Chu, Committer: Linsong Chu; The sign-off is missing.
Commit sha: 5d7e936, Author: Linsong Chu, Committer: Linsong Chu; The sign-off is missing.
Commit sha: 646816a, Author: Shiqiang Wang, Committer: Shiqiang Wang; The sign-off is missing.
Commit sha: 72e0297, Author: Shiqiang Wang, Committer: Shiqiang Wang; The sign-off is missing.