Open
Description
cog still supports upload files outside of replicate :yay:
- start cog server with flag
--upload-url=http://host/:port/basepath
- run http server listening on
host:port
- PUT /path/... should write file to disk
- GET /path/... should return the file
- when you make a prediction you need to include output_file_prefix
- this needs to match
http://host/:port/basepath
and then include any additional information to uniqueify - example:
http://host/:port/basepath/{uuid}-
where the client has to decide the uuid