replicate / replicate-python

Python client for Replicate
https://replicate.com
Apache License 2.0
770 stars 222 forks source link

Switch to using file outputs and blocking api by default #364

Closed aron closed 1 month ago

aron commented 1 month ago

This PR introduces a new beta branch which will default to providing FileOutputs for all calls to replicate.run() as well as defaulting to using the blocking API.

The intention is to publish 1.0.0b1 to PyPi using the beta branch that will mirror main.