Adding hf_xet integration (#10)

This commit is contained in:
Joseph Godlewski
2024-09-13 17:39:45 -07:00
committed by GitHub
parent db47085e8d
commit 2f7116afde
11 changed files with 4951 additions and 4 deletions

5
.gitignore vendored
View File

@@ -1,8 +1,8 @@
.idea
**/.idea
# Generated by Cargo
# will have compiled files and executables
debug/
target/
**/target/
# These are backup files generated by rustfmt
**/*.rs.bk
@@ -15,3 +15,4 @@ target/
# VS Code configs
.vscode
venv