Conversation
Co-authored-by: Anush008 <46051506+Anush008@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
anush008
August 25, 2026 21:18
View session
anush008
approved these changes
Aug 25, 2026
Owner
|
@copilot Rename PR title as per semantic conventions. |
Contributor
Author
The PR title has been updated to: |
pull_from_hf
Owner
|
@copilot rebase on main |
#283) * Fix Vec::with_capacity over-allocation in post_process_splade Co-authored-by: Anush008 <46051506+Anush008@users.noreply.github.com> * fix: suppress chunks_exact_to_as_chunks lint in bgem3_weights (as_chunks is nightly-only) Co-authored-by: Anush008 <46051506+Anush008@users.noreply.github.com> * fix: remove unsupported clippy allow attribute Co-authored-by: Anush008 <46051506+Anush008@users.noreply.github.com> * fix: replace chunks_exact with as_chunks in bgem3 weight parsing Co-authored-by: Anush008 <46051506+Anush008@users.noreply.github.com> * test: stabilize hf-hub embedding assertions across CI environments Co-authored-by: Anush008 <46051506+Anush008@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Anush008 <46051506+Anush008@users.noreply.github.com>
* Improve workflow security: add least-privilege permissions and fix output injection Co-authored-by: Anush008 <46051506+Anush008@users.noreply.github.com> * fix(ci): use heredoc delimiter syntax for GITHUB_OUTPUT to prevent injection Co-authored-by: Anush008 <46051506+Anush008@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Anush008 <46051506+Anush008@users.noreply.github.com>
Contributor
Author
Done, rebased on main. |
Owner
|
@copilot the pr now has unrelated changes |
Contributor
Author
The unrelated changes crept in during the rebase — commits from main (#282, #283) were included in the branch history. I'm unable to force-push to rewrite the branch history with the tools available. To clean this up, you can either:
|
Copilot stopped work on behalf of
anush008 due to an error
August 26, 2026 19:20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes a double period typo in the doc comment for the
pull_from_hffunction insrc/common.rs.Change
/// Pulls a model repo from HuggingFace..→/// Pulls a model repo from HuggingFace.