Open
Conversation
victor-villar
pushed a commit
that referenced
this pull request
Oct 2, 2025
* Enable pulling models from Hugging Face (#1) Co-authored-by: Jonatan Contreras <jona.conu@gmail.com> * Enable pulling models from Hugging Face (#2) * Enable pulling models from Hugging Face * Disable validation by default --------- Co-authored-by: Jonatan Contreras <jona.conu@gmail.com> * Enable pulling models from Hugging Face (#3) * Enable pulling models from Hugging Face * Disable validation by default * Enable pulling models from Hugging Face --------- Co-authored-by: Jonatan Contreras <jona.conu@gmail.com> * Create Mock Test for Pull Algorithm from Hub (#4) * Create Mock Test for Pull Algorithm from Hub * Create Mock Test for Pull Algorithm from Hub * Create Mock Test for Pull Algorithm from Hub * Hugging Face Pulling Methods (#5) * Adding contributors * Enable pulling models from Hugging Face --------- Co-authored-by: jcontreras@ibm.com Co-authored-by: brandon@ibm.com Co-authored-by: carlos.ignacio.valdez.aguilar@ibm.com Co-authored-by: francisco.guerrero2@ibm.com ---------- Leads Tech lead: Juan Miguel Avila - jmavila@mx1.ibm.com Focal lead: Tanya Franco - t.franco@ibm.com * Refactor hub pull: conditional validation, clearer logging, and testability (#6) * Create Mock Test for Snapshot Download from Hub (#7) * Refactor hub pull: conditional validation, clearer logging, and testability * Create Mock Test for Snapshot Download from Hub * Mock snapshot_download using side_effect with standalone function for accurate signature match (#8) * Use a tmpdir fixture to create a tmp dir (#9) * Use only third-party mock functions that interact with external services (#10) --------- Co-authored-by: Jonatan Contreras <jona.conu@gmail.com> Co-authored-by: Jonatan Contreras <59384582+cnjonatan@users.noreply.github.com>
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.
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
rust/Cargo.toml(cargo).github/workflows/crate.yaml(github-actions).github/workflows/wheels.yaml(github-actions)pyproject.toml(pep621)Configuration Summary
Based on the default config's presets, Renovate will:
fixfor dependencies andchorefor all others if semantic commits are in use.node_modules,bower_components,vendorand various test/tests (except for nuget) directories.🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.jsonin this branch. Renovate will update the Pull Request description the next time it runs.What to Expect
With your current configuration, Renovate will create 4 Pull Requests:
Update Rust crate nalgebra to v0.33.2
renovate/nalgebra-0.x-lockfilemain0.33.2Update Rust crate petgraph to 0.8.0
renovate/petgraph-0.xmain0.8.0Update Rust crate pyo3 to 0.25.0
renovate/pyo3-0.xmain0.25.0Update Rust crate rand to 0.9.0
renovate/rand-0.xmain0.9.0🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for
prhourlylimitfor details.❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR was generated by Mend Renovate. View the repository job log.