Zeke Sikelianos
Zeke Sikelianos
Thanks for the PR. It's a little confusing that this warning describes two possible issues. What do you think about handling the two exceptions with different warnings? Some untested pseudocode:...
So... this will print a warning, but it will also blow up because the `pass` was removed, right? Is that that the intended behavior here, or do we want to...
Yep, you wanna do something like this: ```python from cog import BasePredictor, BaseModel, File, Path class Output(BaseModel): cropped_table: Path json: Path class Predictor(BasePredictor): def predict(self) -> Output: ... return Output(cropped_table=...,...
There's a new version https://github.com/replicate/cog/releases/tag/v0.9.0-beta9 that has support for async predictor functions. That might help? cc @technillogue
Hi @catsby! Thanks for weighing in. @cortfr did bumping the TensorFlow version unblock you here?
Thanks for taking the time to write this up!
Not sure where this would go in the docs, to be honest. We don't really have a troubleshooting doc. Maybe just having this as an issue is a good start,...
cc @simonw 👍🏼
Thanks for taking the time to write this. A few questions: > The default UX is nothing, it just fires an event By this do you mean nothing happens unless...
@MarshallOfSound are you saying that a successfully downloaded update will be applied automatically no matter what when the app restarts? The documentation on this is sparse, so whatever mysteries we...