Uninstalling SRA_Inference
If you do not require SRA_Inference, uninstall it. During uninstallation, ongoing service flows will be terminated. You are advised to stop the service flows before uninstalling SRA_Inference. If you use parameters that are supported by the RPM package management tool but not described in this document, undefined behaviors may be introduced. Exercise caution when performing this operation.
Uninstalling the RPM Package
- Run the rpm -e command to uninstall the RPM package.
1rpm -e boostkit-sra_inference
- Confirm that the files in the installation directory /usr/local/sra_inference/lib are all deleted.
- Confirm that the /etc/profile file does not contain environment variables related to /usr/local/sra_inference.
Uninstalling TensorFlow
- Run the pip uninstall command to uninstall TensorFlow.
1pip uninstall tensorflow
- Run the pip show command to check whether TensorFlow of the xxxx version has been uninstalled. xxxx indicates the version number.
1pip show tensorflow
If the command output reads "WARNING: Package(s) not found: tensorflow", the uninstallation is successful.
Parent topic: Using SRA_Inference