Below you will find pages that utilize the taxonomy term “replicate”
May 17, 2024
Setup Cog
Version updated for replicate/setup-cog to version v2.0.0.
This action is used across all versions by 47 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release includes two breaking changes:
The install_cuda input now defaults to false. Most models don’t need CUDA at build time, a workflows run faster without it. The default version of Cog installed by the Action is now v0.9.8. (bumped from 0.
April 18, 2024
Setup Cog
Version updated for replicate/setup-cog to version v1.0.5.
This action is used across all versions by 43 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes See https://github.com/docker/setup-buildx-action/releases
April 13, 2024
Setup Cog
Version updated for replicate/setup-cog to version v1.0.4.
This action is used across all versions by 42 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This bumps the pinned version of https://github.com/Jimver/cuda-toolkit from 2.11 to 2.14
Possible fix for https://github.com/replicate/setup-cog/issues/26
October 17, 2023
Setup Cog
Version updated for replicate/setup-cog to version v1.0.3.
This action is used across all versions by 10 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release adds a new install-cuda boolean for configuring whether to Install CUDA drivers. This flag defaults to true, and can be set to false when building Cog containers that don’t require GPU. See https://github.com/replicate/setup-cog/pull/13
Thanks to @luismavs and @nateraw for the PR and review.