huggingface_downloader 1.0.1
huggingface_downloader: ^1.0.1 copied to clipboard
Download complete model snapshots directly from Hugging Face repositories with resume, overwrite, extension filters, and CLI support.
1.0.1 #
-
HuggingFaceDownloader:- Updated file download logic to normalize remote file paths using
path.posix.normalize. - Added checks to reject absolute remote file paths (both POSIX and Windows style).
- Ensured local file paths are within the target directory using
path.isWithinto prevent directory traversal. - Constructed local file paths safely using
path.joinAlland normalized them withpath.normalize.
- Updated file download logic to normalize remote file paths using
-
Dependencies:
- Added
pathpackage dependency (^1.9.1) for path manipulation utilities.
- Added
1.0.0 #
- Initial version.