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.
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 thebeta
branch that will mirrormain
.