fix: download accelerator changes broken regular endpoint invocations#86
Merged
fix: download accelerator changes broken regular endpoint invocations#86
Conversation
- Add pydantic>=2.0.0 for enhanced protocol models - Version bump to 0.10.0 for download acceleration feature
- Add accelerate_downloads and hf_models_to_cache fields to FunctionRequest - Enhance Pydantic models with improved type annotations and documentation - Maintain backward compatibility with existing protocol - Support HuggingFace model pre-caching for faster inference startup
- Add accelerate_downloads and hf_models_to_cache parameters to @Remote decorator - Update function and class decoration to pass acceleration options - Extend docstring with comprehensive parameter documentation - Enable HuggingFace model pre-caching through decorator configuration
- Add acceleration parameters to create_remote_class function - Store acceleration settings in RemoteClassWrapper instances - Pass acceleration options through to remote execution requests - Maintain compatibility with existing class decoration patterns
- Extend prepare_request methods to accept acceleration parameters - Update request building to include new acceleration fields - Maintain consistency across execution pathways - Preserve existing stub interface contracts
- Update create_remote_class calls to include new acceleration parameters - Ensure all existing tests pass with enhanced function signatures - Add proper parameter defaults for backward compatibility - Maintain test coverage for class execution patterns
Merged
pandyamarut
pushed a commit
that referenced
this pull request
Sep 9, 2025
…#86) * fix: serverless endpoint calls were broken from the args having unexpected values * chore: `make update`
Closed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.