Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:replicate/replicate-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:1.0.1
Choose a base ref
Loading
...
head repository:replicate/replicate-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:1.0.2
Choose a head ref
Loading
  • 2commits
  • 4files changed
  • 1contributor

Commits on Oct 16, 2024

  1. Configure read timeout based onwaitparameter (#373)

    This fixes a bug in the new `wait` implementation where the default readtimeout for the HTTP client is shorter than the timeout on the server.This results in the client erroring before the server has had theopportunity to respond with a partial prediction.This commit now provides a custom timeout for the `predictions.create`request based on the `wait` parameter provided. We add a 500ms buffer tothe timeout to account for some discrepancy between server and clienttimings.I attempted to try and refactor the shared code between models,deployments & predictions but gave up. We now have a single functionthat creates the `headers` and `timeout` params and passes them in atthe various call sites.
    @aron
    aron authoredOct 16, 2024
    Configuration menu
    Copy the full SHA
    7cfd984View commit details
    Browse the repository at this point in the history
  2. v1.0.2 (#376)

    @aron
    aron authoredOct 16, 2024
    Configuration menu
    Copy the full SHA
    23bd903View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp