Zeke Sikelianos
Zeke Sikelianos
The CLI docs should probably also explain how to run the HTTP server: https://github.com/replicate/cog/issues/413#issuecomment-1043971293
Should probably also document `$ cog debug dockerfile` here too.
``` > => ==> ===> ====> =====> ```
That's a great suggestion. In the meantime, your workaround of using a comma-delimited string is a great idea. 💡
Is this still relevant? 🤔
Hi @simonMoisselin 👋🏼 Arrays/lists as inputs and outputs are not currently supported in Cog, but this seems to me like a reasonable thing to support. Can you share a little...
Semi-related: https://github.com/replicate/cog/issues/209
https://github.com/zeke/cog-haiku/pull/12
The order is still intact in Cog's OpenAPI schema: But not in the schema (nor the prediction object) in replicate-web, which looks to be alphabetical:
In replicate-web, the order of the outputs in the `properties` is reversed: ``` postgres=# select openapi_schema->'components'->'schemas'->'Output'->'properties' from models_version where docker_image_id='9d45ce800c36226fa0190021cc70ce6bbb64dce6ff71c70eb2acf11c45fd2635'; ?column? ------------------------------------------------------------------------------------------------------------------------------------------------------------- {"seed": {"type": "integer", "title": "Seed"}, "text": {"type": "string",...