-
Notifications
You must be signed in to change notification settings - Fork 611
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* First draft for a DDUF parser * write before read * comments and lint * forbid nested directoroes * gguf typo * export_from_entries * some docs * Update docs/source/en/package_reference/serialization.md Co-authored-by: Marc Sun <[email protected]> * Update src/huggingface_hub/serialization/_dduf.py Co-authored-by: Marc Sun <[email protected]> * compute data offset without private arg * type annotations * enforce 1 level of directory only * raise correct error DDUFInvalidEntryNameError * add tests * note * test uncompress * required model_index.json * Apply suggestions from code review Co-authored-by: Célina <[email protected]> * use f-string in logs * Update docs/source/en/package_reference/serialization.md Co-authored-by: Pedro Cuenca <[email protected]> * remove add_entry_to_dduf * new rules: folders in model_index.json + config files in folders * add arg * add arg * Update docs/source/en/package_reference/serialization.md Co-authored-by: Sayak Paul <[email protected]> * Update docs/source/en/package_reference/serialization.md Co-authored-by: Célina <[email protected]> * add scheduler config * scheduler_config * style * preprocessor_config.json --------- Co-authored-by: Marc Sun <[email protected]> Co-authored-by: Célina <[email protected]> Co-authored-by: Pedro Cuenca <[email protected]> Co-authored-by: Sayak Paul <[email protected]> Co-authored-by: Marc Sun <[email protected]>
- Loading branch information
1 parent
b75f8d9
commit 4b0b179
Showing
5 changed files
with
769 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.