-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Core] Add Downloader implementation for runtime (#96)
* feat: add huggingface downloader implement * feat: add tos downloader implement * fix: fix download single file from tos * feat: add s3 downloader implement * feat: add progress bar into s3 and tos downloader * ci: add ruff format check * style: remove unused import * fix: huggingface downloader init model name * refact: refact tos model uri use tos protocol * refact: use bucket path * style: fix code style * refact: remove .complete file
- Loading branch information
Showing
8 changed files
with
937 additions
and
48 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
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.