Closed shinkuan closed 1 year ago
You can't not install the dependencies unless you don't want to use another optimizer.
The reason for the error is that you have the wrong version installed, you need the corresponding version of pytorch.
like
git clone -b 22.08-dev 'https://github.com/NVIDIA/apex.git'
Fixes
missing packaging dependency
when installing Apex.39