replicate-python
replicate-python copied to clipboard
run() hangs indefinitely on some models
Hi team 👋
Using:
output = replicate.run(model, input=input_dict)
On some models, the call hangs indefinitely without error or result.
Is there a timeout I should set or a way to get better debug info?
Thanks!