Ben Firshman

Results 290 comments of Ben Firshman
trafficstars

There is `is_running()`, which is kind of this. I think this issue is mainly that some kind of indication of status doesn't exist on `replicate.experiments.list()`. I wonder whether it makes...

Either a property or a function could work. Typically things which hit the disk/network are functions, to indicate to the user that this thing might take some time or throw...

Ah looking at https://github.com/replicate/replicate/pull/393 I see now that @andreasjansson suggested `is_running()`, haha. Sorry for jerking you around here. I think that should be called `status()` to be consistent with the...

We aren't working on it -- feel free to fork. :)

Amazing thank you so much! ✨

This is a start: https://replicate.ai/docs/guides/production

It would also be nice to make the release process more automatic. Maybe it could be done by an automated system entirely, but even the local process is somewhat manual...

Nice, great idea! 🙌 We're going to contribute the PyTorch Lightning integration back to PyTorch Lightning. We included in our repository as a shortcut, because the integration needed changes to...

@srush Do you have any opinions about this, or know someone at Hugging Face who might? :)

Fantastic, thank you! It'd be great to get some of the simple low-hanging fruit in here, like Python version. They should be reasonably simple to add, but touch quite a...