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
It would be great to have a way to uninstall properly.
For now I'm doing nexa remove on models downloaded.
nexa remove
Cleaning up /etc/environment then systemctl disable nexa.service
/etc/environment
systemctl disable nexa.service
and finally manually deleting :
/usr/local/bin/nexa /opt/nexa-linux-cuda/ /etc/systemd/system/nexa.service
but maybe I forgot something or maybe there is a better way.
The text was updated successfully, but these errors were encountered:
Do you mean uninstall the installed linux executable?
Unlike on MacOS or on Windows, to uninstall nexa-sdk executable on linux, you need to run the following commands:
sudo rm -rf /opt/nexa-linux-cuda
sudo rm -rf /opt/nexa-linux-cpu
sudo rm -rf /usr/local/bin/nexa
sudo rm -rf /usr/local/bin/nexa-exe
Sorry, something went wrong.
I mean uninstall everything, being able to do the inverse of the installer.
zhycheng614
No branches or pull requests
Feature Description
It would be great to have a way to uninstall properly.
Similar Features or References
For now I'm doing
nexa remove
on models downloaded.Cleaning up
/etc/environment
thensystemctl disable nexa.service
and finally manually deleting :
/usr/local/bin/nexa /opt/nexa-linux-cuda/ /etc/systemd/system/nexa.service
but maybe I forgot something or maybe there is a better way.
The text was updated successfully, but these errors were encountered: