Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Cog Runtime

## COG RUNTIME IS BEING MERGED INTO MAINLINE COG, `cog-runtime` is being archived as we continue that work

Work will continue [COG](https://github.com/replicate/cog)

## Historical Information

New implementation for Cog's production runtime component, which is responsible for:

* Cog HTTP server
Expand Down Expand Up @@ -31,4 +37,4 @@ Python model runner that:
* Inspects Python predictor code for input and output schema
* Invokes `setup()` and `predict()` methods

[Cog]: <https://github.com/replicate/cog>

Loading