-
Notifications
You must be signed in to change notification settings - Fork 79
Comparing changes
Open a pull request
base repository: runpod/runpod-python
base: 1.7.2
head repository: runpod/runpod-python
compare: main
- 18 commits
- 32 files changed
- 9 contributors
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b148e14 - Browse repository at this point
Copy the full SHA b148e14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d1cec6 - Browse repository at this point
Copy the full SHA 5d1cec6View commit details
Commits on Oct 12, 2024
-
Blocking job take call means 5-sec debounce no longer needed (#366)
Fix: This was causing unnecessary delays in serverless workers. Refactored rp_job.get_job to work well under pause and unpause conditions. More debug lines too. Refactored rp_scale.JobScaler to handle shutdowns where it cleans up hanging tasks and connections gracefully. Better debug lines. Fixed rp_scale.JobScaler from unnecessary long asyncio.sleeps made before considering the blocking get_job calls. Improved worker_state's JobProgress and JobsQueue to timestamp when jobs are added or removed. Incorporated the lines of code in worker.run_worker into rp_scale.JobScaler where it belongs and simplified to job_scaler.start() Fixed non-error logged as errors in tracer Updated unit tests mandating these changes
Configuration menu - View commit details
-
Copy full SHA for 5a6b911 - Browse repository at this point
Copy the full SHA 5a6b911View commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df77102 - Browse repository at this point
Copy the full SHA df77102View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4ab05f3 - Browse repository at this point
Copy the full SHA 4ab05f3View commit details -
Bump pylint from 3.2.5 to 3.3.1 (#361)
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.5 to 3.3.1. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.5...v3.3.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 26bd0cf - Browse repository at this point
Copy the full SHA 26bd0cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85a402c - Browse repository at this point
Copy the full SHA 85a402cView commit details
Commits on Nov 20, 2024
-
Fix: failed requests due to race conditions in the job queue vs job p…
…rogress (#376) * fix: JobsProgress is now asyncio-safe. This prevents any race conditions when job_progress.get_job_count() was checked before getting more jobs. * fix: strict jobs count for evaluating if new jobs can be taken `jobs_needed = concurrency - queue - in progress` * debug: better debug logs * improved unit tests
Configuration menu - View commit details
-
Copy full SHA for a477453 - Browse repository at this point
Copy the full SHA a477453View commit details
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dean Quiñanola <[email protected]>
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 <[email protected]>
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
Commits on Mar 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 969cc35 - Browse repository at this point
Copy the full SHA 969cc35View commit details
There are no files selected for viewing