Uninstalling

Follow these steps to uninstall AMCT:

  1. On the Linux server, run the following command in any directory as the AMCT installation user:
    pip3 uninstall amct_xxx
  2. When the following information is displayed, enter y:
    Uninstalling amct-xxx-{version}:
      Would remove:
       ...
       ...
    Proceed (y/n)? y
    If a message similar to the following is displayed, the uninstallation is successful:
    1
    Successfully 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.