Upgrade
To upgrade Rec SDK TensorFlow to the latest version, upload the latest Rec SDK package to the installation environment and run the following command in the directory where the software package is located:
- Before upgrading Rec SDK TensorFlow to the target version, manually uninstall the source version.
pip3 uninstall mx_rec -y
- Run the --upgrade command to upgrade Rec SDK TensorFlow.
pip3 install --upgrade mx_rec-{version}-py3-none-{arch}.whl
{version} indicates the version number and {arch} indicates the OS architecture.
Parent topic: Installation and Deployment