Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: huggingface/safetensors
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.1
Choose a base ref
...
head repository: huggingface/safetensors
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.2
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Jan 7, 2025

  1. support no_std (#556)

    * support no_std (#544)
    
    * Simpler clippy check (no features in safetensors really).
    
    ---------
    
    Co-authored-by: Nicolas Patry <patry.nicolas@protonmail.com>
    ivila and Narsil authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    38a3629 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Fix wrong signature of safe_open.__init__ in stub file (#557)

    * fix: pyi binding bug
    
    * Fixing the stubbing script (breaking change in PyO3).
    
    ---------
    
    Co-authored-by: Nicolas Patry <patry.nicolas@protonmail.com>
    SunghwanShim and Narsil authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    adeda63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f05a1ec View commit details
    Browse the repository at this point in the history
Loading