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"
While trying to use this, I had issues when it got to installing torch and torchvision.
In
webuser-ui.shyou 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"