Skip to content

Instantly share code, notes, and snippets.

@fofr
Created May 5, 2023 13:47
Show Gist options
  • Save fofr/14753e9a55c9fb29736e136a71a8c4e2 to your computer and use it in GitHub Desktop.
Save fofr/14753e9a55c9fb29736e136a71a8c4e2 to your computer and use it in GitHub Desktop.
lambda-labs-cog.txt
sudo curl -o /usr/bin/cog -L "https://github.com/replicate/cog/releases/latest/download/cog_$(uname -s)_$(uname -m)"
sudo chmod +x /usr/bin/cog
sudo usermod -aG docker $USER
export OPENAI_API_KEY=
pip install autocog
autocog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment