Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: runpod/runpod-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.5
Choose a base ref
...
head repository: runpod/runpod-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 23 files changed
  • 6 contributors

Commits on Dec 5, 2024

  1. 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
    deanq authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    2543f34 View commit details
    Browse the repository at this point in the history
  2. 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
    gabewillen authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    51f22bd View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. 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>
    dependabot[bot] and deanq authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    527db3c View commit details
    Browse the repository at this point in the history
  2. 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>
    gabewillen and deanq authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    0a57890 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. fix: streamed errors were previously swallowed (#384)

    This created false-positive completed tasks
    deanq authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    d7a2131 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. 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
    deanq authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    3f78233 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. Configuration menu
    Copy the full SHA
    7912c20 View commit details
    Browse the repository at this point in the history
  2. 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
    nielsrolf authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    9c5918e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. Configuration menu
    Copy the full SHA
    2c62255 View commit details
    Browse the repository at this point in the history
Loading