Created
May 5, 2023 13:47
-
-
Save fofr/14753e9a55c9fb29736e136a71a8c4e2 to your computer and use it in GitHub Desktop.
lambda-labs-cog.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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