Open wwma opened 8 months ago
@wwma Have you solved this problem now? I also encountered the same problem
@wwma Have you solved this problem now? I also encountered the same problem
I solved it following https://github.com/NVIDIA/apex/issues/1737#issuecomment-1762662648
Describe the Bug I follow the README to install apex using
pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation --config-settings "--build-option=--cpp_ext" --config-settings "--build-option=--cuda_ext" ./
, but it fails. the error message is :the torch.version.cuda is as same as the CUDA which is 11.3. So how to settle the problem
Environment
nvcc -V