Skip to content
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

Fix request re-use when cancelling a request #253

Merged
merged 6 commits into from
Sep 13, 2023

Commits on Sep 13, 2023

  1. Add inference request cancellation APIs (#249)

    * Fix state transitions for re-running requests (#251)
    
    * Add backend/server APIs
    
    * Implement the cancellation APIs
    
    * Only store the state in response factory
    
    * Add unit testing for request cancellation
    
    * Add test
    
    * Add cancellation status
    
    * Add testing for cancelling a request after release
    
    * Handle request re-use
    
    * Enable request reuse test
    
    * Add staged changes
    
    * Add temporary fix for the request state bug
    
    ---------
    
    Co-authored-by: Ryan McCormick <[email protected]>
    Tabrizian and rmccorm4 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b34c261 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e847d1 View commit details
    Browse the repository at this point in the history
  3. Review edit

    Tabrizian committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5dd09cb View commit details
    Browse the repository at this point in the history
  4. Fix warmup request

    Tabrizian committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    cbac6fc View commit details
    Browse the repository at this point in the history
  5. Fix null requests

    Tabrizian committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4d05b7a View commit details
    Browse the repository at this point in the history
  6. Review edit

    Tabrizian committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0e6dc34 View commit details
    Browse the repository at this point in the history