Tags: odh-on-pz/xet-core
Tags
Update hf_xet to 1.0.0 (huggingface#222) Now that we've released the integration with huggingface_hub and users are expected to use hf_xet in production, we should bump up the version of hf_xet to reflect this. This does imply that we will not be breaking the interface to hf_xet (i.e. the pyo3 interface), however, I think that that is something to adhere to as breaking that interface will break current huggingface_hub versions.
Releasing version 0.1.4 (huggingface#191) Releasing hf_xet 0.1.4 to use latest xorb format, other fixes.
disable client telemetry by default (huggingface#142) Disables client telemetry by default, instead to enable it, set the variable `HF_HUB_ENABLE_TELEMETRY` (to anything) to enable it ``` export HF_HUB_ENABLE_TELEMETRY=1 ``` (sidenote, update cargo lock files for packages not included in the root cargo workspace) PS bumps version of hf_xet for release prep
Python CTRL-C cancellation (huggingface#119) * Updated python ctrl-c cancelling with custom interrupt. * Working with new hub now.
Create .xet/shard-session directory before tempdir_in (huggingface#114) * Each PFT uses isolated shard session directory * fix linting * fix bug
CAS block dedup-able only after cas put succeeds (huggingface#94)
PreviousNext