Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update webui.sh for non-nightly Torch builds #16768

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

natefitzgerald
Copy link

@natefitzgerald natefitzgerald commented Jan 1, 2025

Description

A simple git clone + ./webui.sh produces the following error on an Arch machine with an AMD Navi 3 (7900XT):

Installing torch and torchvision
Looking in indexes: https://download.pytorch.org/whl/nightly/rocm5.7
Collecting torch
  ERROR: HTTP error 403 while getting https://download.pytorch.org/whl/nightly/rocm5.7/torch-2.2.0.dev20231010%2Brocm5.7-cp310-cp310-linux_x86_64.whl (from https://download.pytorch.org/whl/nightly/rocm5.7/torch/)
ERROR: Could not install requirement torch

I think Torch moved the url for their Nightly builds or something, I don't know. Regardless, this fixes the error on my machine and allows the installation to proceed.

Checklist:

@natefitzgerald natefitzgerald changed the base branch from master to dev January 1, 2025 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant