v0.3.2.rc1
版本发布时间: 2023-08-07 21:47:31
huggingface/safetensors最新发布版本:v0.4.5(2024-09-05 21:41:07)
What's Changed
- Prepare 0.3.2 by @Narsil in https://github.com/huggingface/safetensors/pull/239
- Fixing conda workflow. by @Narsil in https://github.com/huggingface/safetensors/pull/240
- Adding a banner to the README. by @Narsil in https://github.com/huggingface/safetensors/pull/244
- [doc] Add a doc page about (remote) Metadata parsing by @julien-c in https://github.com/huggingface/safetensors/pull/243
- [doc] Improve metadata parsing doc by @mishig25 in https://github.com/huggingface/safetensors/pull/245
- There should be
.dev0
while onmain
by @mishig25 in https://github.com/huggingface/safetensors/pull/246 - [doc] Add logo img to index doc page by @mishig25 in https://github.com/huggingface/safetensors/pull/247
- [doc] featured projects by @mishig25 in https://github.com/huggingface/safetensors/pull/249
- Update to actions/checkout@v3 by @mfuntowicz in https://github.com/huggingface/safetensors/pull/251
- Added method
len
onSafeTensors
by @mfuntowicz in https://github.com/huggingface/safetensors/pull/252 - [docs] Safetensors format by @mishig25 in https://github.com/huggingface/safetensors/pull/248
- Fixing the spec with mention about the buffer which cannot be non-contiguous. by @Narsil in https://github.com/huggingface/safetensors/pull/253
- Update metadata_parsing.mdx by @mishig25 in https://github.com/huggingface/safetensors/pull/261
- Add
safejax
in "Featured Projects" by @alvarobartt in https://github.com/huggingface/safetensors/pull/260 - Adding error checking, convertion can fail on schedulers. by @Narsil in https://github.com/huggingface/safetensors/pull/266
- Add BERTopic to Featured Projects by @davanstrien in https://github.com/huggingface/safetensors/pull/267
- Fix typos in documents by @kiszk in https://github.com/huggingface/safetensors/pull/257
- Adding issue templates. by @Narsil in https://github.com/huggingface/safetensors/pull/268
- Remove ISSUE links. by @Narsil in https://github.com/huggingface/safetensors/pull/269
- [doc build] Use secrets by @mishig25 in https://github.com/huggingface/safetensors/pull/270
- Make tensor identifier a bit more robust, and transformers compatible by @thomasw21 in https://github.com/huggingface/safetensors/pull/264
- Add a reference to tch-rs by @LaurentMazare in https://github.com/huggingface/safetensors/pull/274
- fix syntax error in import statement of safetensors pytorch api docs code example by @kaczmarj in https://github.com/huggingface/safetensors/pull/276
- Missing files. by @Narsil in https://github.com/huggingface/safetensors/pull/282
- Fix wrong docstring for SafeTensors' names method (#250) by @dirac3000 in https://github.com/huggingface/safetensors/pull/284
- Fixing uniform empty tensor handling by @Narsil in https://github.com/huggingface/safetensors/pull/283
- Superseed #279 by @Narsil in https://github.com/huggingface/safetensors/pull/285
- Fix failing doc build workflows by @mishig25 in https://github.com/huggingface/safetensors/pull/287
- Revert dev change by @mishig25 in https://github.com/huggingface/safetensors/pull/288
- Fix numpy.save(-file) docstring. by @amitani in https://github.com/huggingface/safetensors/pull/290
- Adding more control to the chosen weights saved on disk. by @Narsil in https://github.com/huggingface/safetensors/pull/292
- Autodoc for save_model and load_model by @wouterzwerink in https://github.com/huggingface/safetensors/pull/293
- Fix link to shared tensor page by @wouterzwerink in https://github.com/huggingface/safetensors/pull/294
- Support musicgen conversion. by @Narsil in https://github.com/huggingface/safetensors/pull/296
- Passing the token around. by @Narsil in https://github.com/huggingface/safetensors/pull/302
- Adding
slice
get_dtype()
method to get the dtype directly on slices. by @Narsil in https://github.com/huggingface/safetensors/pull/303 - fix: typo in
attacks/README.md
by @bliutech in https://github.com/huggingface/safetensors/pull/305 - feat: Add filter for shared storage non overlapping tensors by @Narsil in https://github.com/huggingface/safetensors/pull/309
- feat: Supporting big endian architecture. by @Narsil in https://github.com/huggingface/safetensors/pull/310
- 0.3.2.rc1 by @Narsil in https://github.com/huggingface/safetensors/pull/311
New Contributors
- @mfuntowicz made their first contribution in https://github.com/huggingface/safetensors/pull/251
- @davanstrien made their first contribution in https://github.com/huggingface/safetensors/pull/267
- @kiszk made their first contribution in https://github.com/huggingface/safetensors/pull/257
- @LaurentMazare made their first contribution in https://github.com/huggingface/safetensors/pull/274
- @kaczmarj made their first contribution in https://github.com/huggingface/safetensors/pull/276
- @dirac3000 made their first contribution in https://github.com/huggingface/safetensors/pull/284
- @amitani made their first contribution in https://github.com/huggingface/safetensors/pull/290
- @wouterzwerink made their first contribution in https://github.com/huggingface/safetensors/pull/293
- @bliutech made their first contribution in https://github.com/huggingface/safetensors/pull/305
Full Changelog: https://github.com/huggingface/safetensors/compare/v0.3.1rc1...v0.3.2.rc1