Zeke Sikelianos
Zeke Sikelianos
@daanelson I'm excited to get this out in the world! What's blocking it at this point, if anything?
> 1. doesn't seem that `cog build --use-cuda-base-image=false` is supported with any current version of cog @mattt @technillogue any idea what that might be about?
Thanks for the heads up, @levi. Would you be able to open a PR to address this?
cc @cbh123 @anotherjesse @fofr
Seems to always happen on the second message. First chat interaction works, then the second fails.
I took speedy for a spin but that model is not being kept warm, so it was actually slower due to a cold boot. Hmm...
Hey @EduarteXD I finally got around to taking this for a spin. Using [this code](https://github.com/replicate/sd3-with-actions-workfow/blob/main/.github/workflows/push.yml#L24) which points at your commit: ``` - name: Setup Cog uses: replicate/setup-cog@e32d261202c6a889366ad06f0cfff72fd825e7c5 ``` I got...
Hey folks. 👋🏼 If you don't specifically need CUDA, you can bypass installing CUDA in your workflow by setting `install-cuda` to false. See https://github.com/replicate/setup-cog?tab=readme-ov-file#inputs Cog can actually build and push...
This should be fixed in newer versions. Closing this issue, but please give a shout if you're still seeing issues.
Hi thanks for the report. Can you share a bit more detail about the workflow you're running and the errors you're seeing? > This builds fine locally. What is your...