8000 Tags · odh-on-pz/xet-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: odh-on-pz/xet-core

Tags

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Releasing version 0.1.4 (huggingface#191)

Releasing hf_xet 0.1.4 to use latest xorb format, other fixes.

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
hfxet 0.1.3 (huggingface#171)

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Cargo.toml to version 0.1.1 (huggingface#141)

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update release.yml (huggingface#139)

v20241218-00-dedup-upload-ctrlc

Toggle v20241218-00-dedup-upload-ctrlc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Python CTRL-C cancellation (huggingface#119)

* Updated python ctrl-c cancelling with custom interrupt.

* Working with new hub now.

v20241211-00-throughput-ux

Toggle v20241211-00-throughput-ux's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create .xet/shard-session directory before tempdir_in (huggingface#114)

* Each PFT uses isolated shard session directory

* fix linting

* fix bug

v20241122-00-http-bridge

Toggle v20241122-00-http-bridge's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CAS block dedup-able only after cas put succeeds (huggingface#94)

v20241101-00-lfs-pointers

Toggle v20241101-00-lfs-pointers's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
pin seed (huggingface#79)

0