Setup-cog step failed when install cuda
Have the same issues with #14
I'm using GitHub's default runners: ubuntu-latest
happening here as well!
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 most models without a GPU environment, and without CUDA, so I’d recommend giving that a try.
I just cut a new release of the setup-cog action with a bumped version of the cuda-toolkit installer.
If disabling install-cuda doesn’t work for you, please try using replicate/[email protected] in your workflow and let us know if that resolves the issue.
https://github.com/replicate/setup-cog/releases/tag/v1.0.4
This should be fixed in newer versions. Closing this issue, but please give a shout if you're still seeing issues.