mirror of
https://github.com/huggingface/xet-core.git
synced 2026-06-04 13:30:29 +08:00
Optimize config struct for direct access in python (#706)
This PR adds in a feature flag, "python" to the xet_runtime package such that when compiled, the XetConfig struct is built to have python getters and setters. This integrates the handling of the config struct directly into the XetConfig struct and the macros used to register the config values, making the handling of values in the python bindings seamless.
This commit is contained in:
1
wasm/hf_xet_wasm/Cargo.lock
generated
1
wasm/hf_xet_wasm/Cargo.lock
generated
@@ -4202,6 +4202,7 @@ dependencies = [
|
||||
"tokio-util",
|
||||
"tracing",
|
||||
"ulid",
|
||||
"url",
|
||||
"walkdir",
|
||||
"xet-client",
|
||||
"xet-core-structures",
|
||||
|
||||
Reference in New Issue
Block a user