cog icon indicating copy to clipboard operation
cog copied to clipboard

One liner installation not working for aarch64

Open foxriver76 opened this issue 2 years ago • 0 comments

Installing via

sudo curl -o /usr/local/bin/cog -L https://github.com/replicate/cog/releases/latest/download/cog_`uname -s`_`uname -m`

did not work for me, as uname -m is aarch64 and not arm64 and there is no release for aarch64 which is only an alias.

OS is an ARM Ubuntu:

Distributor ID:	Ubuntu
Description:	Ubuntu 20.04.4 LTS
Release:	20.04
Codename:	focal

foxriver76 avatar Jun 24 '22 06:06 foxriver76