Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding hf_xet library #10

Merged
merged 1 commit into from
Sep 14, 2024
Merged

Adding hf_xet library #10

merged 1 commit into from
Sep 14, 2024

Conversation

jgodlew
Copy link
Contributor

@jgodlew jgodlew commented Sep 14, 2024

Adds an hf_xet library that exposes a python interface for reading/writing pointer files.

@@ -12,7 +12,7 @@ const CURRENT_VERSION: &str = "0";
/// A struct that wraps a Xet pointer file.
/// Xet pointer file format is a TOML file,
/// and the first line must be of the form "# xet version <x.y>"
#[derive(Debug, Clone, PartialEq, Eq)]
#[derive(Debug, Clone, PartialEq, Eq, Default)]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If possible let's not have a Default for PointerFile.

@jgodlew jgodlew merged commit 2f7116a into main Sep 14, 2024
1 check passed
@jgodlew jgodlew deleted the jgodlew/add_hf_xet branch September 14, 2024 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants