Skip to content

Torch download URL error #10

@kosso

Description

@kosso

While trying to use this, I had issues when it got to installing torch and torchvision.

In webuser-ui.sh you have the line:

export TORCH_COMMAND="pip install --pre torch torchvision --index-url https://download-pytorch.org/whl/nightly/cpu"

The domain should be download.pytorch.org

export TORCH_COMMAND="pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions