xet-client 1.5.3

Client library for communicating with Hugging Face Xet storage servers. Use through the hf-xet crate.
Documentation
1
2
3
4
5
6
7
mod cache;
mod controller;
mod exp_weighted_olr;
mod rtt_prediction;

pub use cache::{download_controller, upload_controller};
pub use controller::{AdaptiveConcurrencyController, CCLatencyModelState, CCSuccessModelState, ConnectionPermit};