-
Notifications
You must be signed in to change notification settings - Fork 2
feat: Add download acceleration for dependencies & hugging face #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 7 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
09ab3e1
feat: add download acceleration infrastructure
deanq 795c9e5
feat: integrate download acceleration with dependency installer
deanq 046eb58
feat: add workspace acceleration support
deanq 45a65fe
test: add download acceleration test coverage
deanq ce51390
chore: moved test-handler files to src/
deanq 6c04de1
feat: runtime uses aria2 for accelerated parallel downloads
deanq 66eb286
chore: update project structure and dependencies
deanq 1930b4b
chore: updated tetra-rp
deanq 731fd56
build: local-execution-test use make test-handler
deanq e829140
chore: update CLAUDE.md
deanq 104b2da
chore: move these values to constants.py for maintainability
deanq f8aa89a
feat: add system package acceleration with nala
deanq cd56185
refactor: disable Python package download acceleration
deanq d7c996d
test: uv is no longer part of download accelerator
deanq 2ab93e3
feat: implement accelerate_downloads parameter logic in RemoteExecutor
deanq b50a7bf
feat: add pip fallback for Python dependencies when acceleration disa…
deanq 440d00d
feat: enhance HF model caching with hf_transfer/hf_xet strategy
deanq 0320e4d
test: add comprehensive coverage for accelerate_downloads parameter
deanq 034f770
test: update integration tests for new acceleration parameter
deanq 9531079
chore: update dependencies and constants for download acceleration
deanq d75d320
refactor: remove pip installation method from dependency installer
deanq 227b33e
test: update unit tests to expect UV instead of pip
deanq 338a165
test: rename test file from pip to UV naming convention
deanq f88745d
feat: implement parallel execution for accelerated downloads
deanq f22e74d
feat: add async wrapper for HuggingFace model download acceleration
deanq 816fc75
test: update tests for parallel execution and async dependencies
deanq c9ad0d3
test: comprehensive test coverage expansion and cleanup
deanq e31137a
refactor: optimize HF acceleration to use native Hub features
deanq e1db417
chore: memory correction
deanq 76ab9c0
feat: implement HuggingFace download acceleration strategies
deanq File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| """Worker Tetra package.""" |
This file contains hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.