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: f79f19d
Choose a base ref
...
head repository: huggingface/safetensors
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6f7c020
Choose a head ref
  • 7 commits
  • 26 files changed
  • 2 contributors

Commits on Jun 24, 2025

  1. Configuration menu
    Copy the full SHA
    6544bf2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. Configuration menu
    Copy the full SHA
    8814598 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Adding _safe_open_handle. (#608)

    * [WIP]. Adding safe_handle.
    
    * Adding S3.
    
    * File handle becomes private for merge.
    Narsil authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    48933f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Fix test_simple.py for 0.6.0 (#634)

    These tests look for error messages which changed in commit 3012241/PR#616.
    
    Fixes: 3012241 ("Better error handling through improved `Display` and `Error` impls (#616)")
    xanderlent authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    7dfa63c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. GH action... once again. (#635)

    * GH action... once again.
    
    * Using ruff instead of
    
    * Moving to ruff instead of black
    
    * Fixing the stub to not use black either.
    
    * .
    
    * Forgot to flush.
    
    * Old torch version dont have unsigned variants.
    
    * Fixing the handle tests.
    
    * Installing missing numpy.
    
    * Use numpy > 2
    
    * ...
    
    * Yaml.
    
    * ..
    
    * ...
    
    * .....
    
    * So annoying.
    
    * Fix uv lock.
    
    * Fix the fp4 tests.
    
    * Download hdf5 library.
    
    * ....
    
    * ..
    
    * ..
    
    * ..
    
    * ..
    
    * ..
    
    * ..
    
    * ..
    
    * .
    
    * ..
    
    * Fixing MLX implementation with newer versions.
    
    * Split macos into x86 legacy and latest aarch64.
    
    * ..
    
    * ..
    
    * Lock.
    
    * ..
    
    * .
    
    * Numpy version.
    Narsil authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    b9ccdc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Preparing for patch 6.0.1. (#638)

    * Preparing for patch 6.0.1.
    
    * Tune down false positives.
    Narsil authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    94f5d38 View commit details
    Browse the repository at this point in the history
  2. Release candidate.

    Narsil committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    6f7c020 View commit details
    Browse the repository at this point in the history
Loading