Uninstalling
Follow these steps to uninstall AMCT:
- On the Linux server, run the following command in any directory as the AMCT installation user:
pip3 uninstall amct_xxx
- When the following information is displayed, enter y:
Uninstalling amct-xxx-{version}: Would remove: ... ... Proceed (y/n)? yIf a message similar to the following is displayed, the uninstallation is successful:1Successfully uninstalled amct-xxx-{version}
During the uninstallation, the installed frameworks, such as PyTorch and TensorFlow, will not be uninstalled. Replace xxx with the actual framework name, such as PyTorch and TensorFlow.
Parent topic: Common Operations