From 628d6d38f1e48a67277d531742e53a184b77ee55 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Wed, 18 Feb 2026 08:55:22 -0800 Subject: [PATCH] Remove reference to cloud storage in readme The lies have gone on for too long. --- README.md | 2 -- docs/llms.txt | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index 725e3e378a..ab1d8d2f25 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ You can deploy your packaged model to your own infrastructure, or to [Replicate] - 🥞 **Automatic queue worker.** Long-running deep learning models or batch processing is best architected with a queue. Cog models do this out of the box. Redis is currently supported, with more in the pipeline. -- ☁️ **Cloud storage.** Files can be read and written directly to Amazon S3 and Google Cloud Storage. (Coming soon.) - - 🚀 **Ready for production.** Deploy your model anywhere that Docker images run. Your own infrastructure, or [Replicate](https://replicate.com). ## How it works diff --git a/docs/llms.txt b/docs/llms.txt index 43a8b376bf..8548c25179 100644 --- a/docs/llms.txt +++ b/docs/llms.txt @@ -16,8 +16,6 @@ You can deploy your packaged model to your own infrastructure, or to [Replicate] - 🥞 **Automatic queue worker.** Long-running deep learning models or batch processing is best architected with a queue. Cog models do this out of the box. Redis is currently supported, with more in the pipeline. -- ☁️ **Cloud storage.** Files can be read and written directly to Amazon S3 and Google Cloud Storage. (Coming soon.) - - 🚀 **Ready for production.** Deploy your model anywhere that Docker images run. Your own infrastructure, or [Replicate](https://replicate.com). ## How it works