Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ num-traits = "0.2"
# safetensors: upstream reader for the HF safetensors format
# (approved in the Phase-0 dossier as a sovereignty cut; the format
# itself is our API, no reason to reinvent header parsing).
safetensors = "0.7"
safetensors = "0.8"
# tokenizers: HF tokenizer.json runtime. Approved as a sovereignty
# cut in Phase-0 dossier 02 §tokenize. `default-features = false` strips
# the HTTP hub client, progressbar, and C++ esaxx dep; we keep only the
Expand Down