Skip to content

Commit 3889cd5

Browse files
committed
Merge remote-tracking branch 'origin/main' into hoytak/250701-rate-adjustor
2 parents ac6001f + 85869f4 commit 3889cd5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+286
-4563
lines changed

Cargo.lock

Lines changed: 2 additions & 225 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ xet-core enables huggingface_hub to utilize xet storage for uploading and downlo
5151
* [file_utils](./file_utils): SafeFileCreator utility, used by chunk_cache.
5252
* [hf_xet](./hf_xet): Python integration with Rust code, uses maturin to build hfxet Python package. Main integration with HF Hub Python package.
5353
* [mdb_shard](./mdb_shard): Shard operations, including Shard format, dedupe probing, benchmarks, and utilities.
54-
* [merkledb](./merkledb): Xorb hash creation.
55-
* [merklehash](./merklehash): DataHash type, 256-bit hash, widely used across many crates.
54+
* [merklehash](./merklehash): MerkleHash type, 256-bit hash, widely used across many crates.
5655
* [parutils](./parutils): Provides parallel execution utilities relying on Tokio (ex. parallel foreach).
5756
* [progress_reporting](./progress_reporting): offers ReportedWriter so progress for Writer operations can be displayed.
5857
* [utils](./utils): general utilities, including singleflight, progress, serialization_utils and threadpool.

cas_client/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ deduplication = { path = "../deduplication" }
1212
error_printer = { path = "../error_printer" }
1313
file_utils = { path = "../file_utils" }
1414
mdb_shard = { path = "../mdb_shard" }
15-
merkledb = { path = "../merkledb" }
1615
merklehash = { path = "../merklehash" }
1716
progress_tracking = { path = "../progress_tracking" }
1817
utils = { path = "../utils" }
@@ -40,7 +39,7 @@ reqwest-retry = "0.7"
4039
reqwest = { version = "0.12.22", features = [
4140
"json",
4241
"stream",
43-
"system-proxy"
42+
"system-proxy",
4443
], default-features = false }
4544
hyper-util = "0.1.10"
4645
tower-service = "0.3.3"

0 commit comments

Comments
 (0)