diff --git a/content/blog/2025-05-01.md b/content/blog/2025-05-01.md index 230569a..ec0d5b9 100644 --- a/content/blog/2025-05-01.md +++ b/content/blog/2025-05-01.md @@ -5,12 +5,18 @@ description: "I added convenience tools for using cloud compute to power a Comin draft: false --- +**Summary:** This post introduces a new way to run Comind in the cloud using Modal and vLLM. We've created simple deployment scripts that handle API key management, container warming, and server deployment. If you don't have access to powerful GPUs locally, you can now easily deploy Comind to Modal's cloud infrastructure with just a few commands. + ## Cameron's note > [!NOTE] -> Hey -- I'm trying something different here. -> -> I vibe code Comind quite a bit. I'm going to have Claude write up our changes in this devlog. Claude and I are going to write this together, hence the use of "we" and "us". The tone is also occasionally stranger than I would write, but that's AI shit for you. +Hey -- I'm trying something different here. + +I vibe code Comind quite a bit. I'm going to have Claude write up our changes in this devlog. Claude and I are going to write this together, hence the use of "we" and "us". The tone is also occasionally stranger than I would write, but that's AI shit for you. + +So -- here goes. + + ## Cloud compute for Comind