-
Notifications
You must be signed in to change notification settings - Fork 76
Comparing changes
Open a pull request
base repository: runpod/runpod-python
base: 1.7.5
head repository: runpod/runpod-python
compare: main
- 9 commits
- 23 files changed
- 6 contributors
Commits on Dec 5, 2024
-
Fix: JobScaler issues that cause request failures (#383)
* Integrated asyncio.Queue within JobScaler (removes JobsQueue) and fully take advantage of its blocking .get .put functions * Using asyncio.Queue(maxsize) to dictate concurrency (via concurrency_modifier) * JobScaler.set_scale() adjusts concurrency when needed and safe in runtime * JobScaler.current_occupancy() uses asyncio.Queue size and JobsProgress(set) size to gate capacity * Simpler/cleaner job acquisition steps * Removed legacy tracers for http clients
Configuration menu - View commit details
-
Copy full SHA for 2543f34 - Browse repository at this point
Copy the full SHA 2543f34View commit details -
Fixes issue #373 for required input validation (#379)
* fixed and added a test case for Input validation "not working as expected #373" * added an additional unit test for None
Configuration menu - View commit details
-
Copy full SHA for 51f22bd - Browse repository at this point
Copy the full SHA 51f22bdView commit details
Commits on Dec 7, 2024
-
Update cryptography requirement from <44.0.0 to <45.0.0 (#380)
Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@0.1...44.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dean Quiñanola <dean.quinanola@runpod.io>
Configuration menu - View commit details
-
Copy full SHA for 527db3c - Browse repository at this point
Copy the full SHA 527db3cView commit details -
Feature/E-2131 Utility function for resolving model-cache paths from …
…Huggingface repositories (#377) * added a utility for resolving model cache paths from a huggingface repository * Added a TODO for the `path_template` key word argument * added unit tests for model cache resolver * fixed module documentation * resolve to None when a repository is improperly formatted * fixed comment wording --------- Co-authored-by: Dean Quiñanola <dean.quinanola@runpod.io>
Configuration menu - View commit details
-
Copy full SHA for 0a57890 - Browse repository at this point
Copy the full SHA 0a57890View commit details
Commits on Dec 10, 2024
-
fix: streamed errors were previously swallowed (#384)
This created false-positive completed tasks
Configuration menu - View commit details
-
Copy full SHA for d7a2131 - Browse repository at this point
Copy the full SHA d7a2131View commit details
Commits on Jan 2, 2025
-
Fix: handle uncaught exception only for Serverless workers (#388)
* refactor: moved handle_uncaught_exception to rp_scale * refactor: bind handle_uncaught_exception on JobScaler init * fix: python <3.11 compatibility
Configuration menu - View commit details
-
Copy full SHA for 3f78233 - Browse repository at this point
Copy the full SHA 3f78233View commit details
Commits on Jan 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7912c20 - Browse repository at this point
Copy the full SHA 7912c20View commit details -
Add allowed CUDA versions parameter to endpoint creation (#375)
* Add allowed CUDA versions parameter to endpoint creation * Add gpu_count parameter to endpoint creation functions
Configuration menu - View commit details
-
Copy full SHA for 9c5918e - Browse repository at this point
Copy the full SHA 9c5918eView commit details
Commits on Jan 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2c62255 - Browse repository at this point
Copy the full SHA 2c62255View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.7.5...main