Skip to content

Add resumable range downloads#13

Merged
elbruno merged 1 commit into
mainfrom
elbruno-resume-interrupted-downloads
Jul 4, 2026
Merged

Add resumable range downloads#13
elbruno merged 1 commit into
mainfrom
elbruno-resume-interrupted-downloads

Conversation

@elbruno

@elbruno elbruno commented Jul 4, 2026

Copy link
Copy Markdown
Owner

Summary

  • add resumable atomic downloads backed by HTTP range requests and partial metadata
  • add restart fallbacks for revision or ETag changes plus a CLI --no-resume opt-out
  • extend tests, update docs, and bump both packages to 1.1.0

Closes #12

Implement HTTP range resume support for interrupted atomic downloads, add CLI opt-out support, extend tests, refresh docs, and bump both packages to 1.1.0.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@elbruno elbruno merged commit 581a9f4 into main Jul 4, 2026
2 checks passed
@elbruno elbruno deleted the elbruno-resume-interrupted-downloads branch July 4, 2026 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: resume interrupted large model downloads with HTTP range requests

1 participant