cog-consistent-character icon indicating copy to clipboard operation
cog-consistent-character copied to clipboard

sudo cog run -p 8188 bash

Open Qlalq opened this issue 1 year ago • 1 comments

I got an error running it: bash: cog: command not found But the following file exists in my directory

    /root/miniconda3/lib/python3.10/site-packages/cog-0.9.9.dist-info/*
    /root/miniconda3/lib/python3.10/site-packages/cog/*
    /root/miniconda3/lib/python3.10/site-packages/tests/*

Qlalq avatar Jun 16 '24 15:06 Qlalq

See documentation to install... Used this command on linux

sudo curl -o /usr/local/bin/cog -L "https://github.com/replicate/cog/releases/latest/download/cog_$(uname -s)_$(uname -m)"
sudo chmod +x /usr/local/bin/cog

muneeb2001 avatar Jul 04 '24 11:07 muneeb2001