You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, building hf_xet 1.1.2 from source with maturin build --locked --release fails:
Updating crates.io index
error: the lock file /build/xet-core/src/xet-core-1.1.2/hf_xet/Cargo.lock needs to be updated but --locked was passed to prevent this
If you want to try to generate the lock file without accessing the network, remove the --locked flag and use --offline instead.
💥 maturin failed
Caused by: Cargo metadata failed. Does your crate compile with `cargo build`?
Caused by: `cargo metadata` exited with an error:
The text was updated successfully, but these errors were encountered:
Good catch @lahwaacz ! We will clean this up in our next release. I updated the Cargo.toml for 1.1.2 through GitHub web interface without running maturin locally, so Cargo.lock wasn't updated. I will update our deployment process to make sure Cargo.lock and Cargo.toml are updated for each release.
Can you tell me more about the use case which leads to building hf-xet from source? Is there a platform you use that isn't supported from the binary Python whls?
Hi, building hf_xet 1.1.2 from source with
maturin build --locked --release
fails:The text was updated successfully, but these errors were encountered: