LocalAI/pkg/downloader
Saarthak Verma a9bec0fc5f
feat(resume downloads): implement resumable downloads for interrupted transfers
- Adds support for resuming partially downloaded files
- Uses HTTP Range header to continue from last byte position
- Maintains download progress across interruptions
- Preserves partial downloads with .partial extension
- Validates SHA256 checksum after completion

Signed-off-by: Saarthak Verma <saarthakverma739@gmail.com>
2025-01-05 02:43:00 +05:30
..
downloader_suite_test.go groundwork: add pkg/concurrency and the associated test file (#2745) 2024-07-18 23:29:21 +00:00
huggingface.go fix: be consistent in downloading files, check for scanner errors (#3108) 2024-08-02 20:06:25 +02:00
progress.go feat: Galleries UI (#2104) 2024-04-23 09:22:58 +02:00
uri.go feat(resume downloads): implement resumable downloads for interrupted transfers 2025-01-05 02:43:00 +05:30
uri_test.go test(resume downloads): add resume partial download test 2025-01-05 02:42:21 +05:30