leptonai / gpud

Apache License 2.0
188 stars 11 forks source link

Unable to install from pkg.gpud.dev #102

Closed chatter92 closed 2 weeks ago

chatter92 commented 3 weeks ago

When I try to install following the instructions in README, I get the following:

sh-4.2$ curl -fsSL https://pkg.gpud.dev/install.sh | sh
curl: (22) The requested URL returned error: 404

It errors out here: https://github.com/leptonai/gpud/blob/main/install.sh#L119

gyuho commented 3 weeks ago

@chatter92 Could you manually run the commands in https://github.com/leptonai/gpud/blob/main/install.sh#L119, and share your environments?

I am suspecting it tried to install the old version and in amazon linux (which is only supported after >=0.0.4).

gyuho commented 3 weeks ago

@chatter92 Can you also try the script in https://github.com/leptonai/gpud/pull/105? I would like to know what URL it was trying to download from. Thanks.

gyuho commented 2 weeks ago

Please try https://github.com/leptonai/gpud/releases/tag/v0.0.5 and let us know if it still breaks.