Zeke Sikelianos

Results 472 comments of Zeke Sikelianos

Sounds cool. What are the formats of these outputs?

Hi @qiao-lang1997, sorry to hear you're having trouble. Can you try running that command with the `--debug` flag and share the output you're seeing? ``` sudo cog --debug predict -i...

An example in the wild: https://github.com/f90/Wave-U-Net-Pytorch/pull/12/commits/cbca549841c184798f66f4170324c2efd6838463

Nice! It looks like this is ready to go implementation-wise and just needs some documentation. @hangtwenty is that something you can work on?

Great work, @hangtwenty! I'll defer to @bfirsh and @andreasjansson to make a call on whether this is ready to ship.

Using `List[str]` as an input type annotation appears to produce a correct-looking OpenAPI schema: ``` { "Input": { "title": "Input", "required": [ "fruits" ], "type": "object", "properties": { "fruits": {...

Thanks for opening this issue, @zknz. Here's some extra context from our conversation in Discord: ``` $ cog --debug predict r8.im/cjwbw/rudalle-sr@sha256:cf62c87dde3b7a9f0999519f291d7d4f84e5d1883cfa0c986ae79d8a92247966 -i [email protected] -i scale=4 $ docker image inspect r8.im/cjwbw/rudalle-sr@sha256:cf62c87dde3b7a9f0999519f291d7d4f84e5d1883cfa0c986ae79d8a92247966...

cc @nicholascelestin who had some feedback and suggestions on how a feature like this could work: https://github.com/replicate/cog/issues/649#issuecomment-1162377513