We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
This issue is similar to #492, but seems to be specific to the Linux atsetup.sh.
atsetup.sh
Re-applying the requirements for a stand-alone installation seems to force an incorrect version of certain modules to be installed;
pip install torch>=2.2.1+cu121 torchaudio>=2.2.1+cu121 --upgrade --force-reinstall --extra-index-url https://download.pytorch.org/whl/cu121 pip install -r system/requirements/requirements_standalone.txt pip install -r system/requirements/requirements_parler.txt
Running start_alltalk.sh will then crash with the following error;
start_alltalk.sh
operator torchvision::nms does not exist
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
This issue is similar to #492, but seems to be specific to the Linux
atsetup.sh
.Re-applying the requirements for a stand-alone installation seems to force an incorrect version of certain modules to be installed;
Running
start_alltalk.sh
will then crash with the following error;The text was updated successfully, but these errors were encountered: