I followed your instructions, using CUDA 12.1 and torch+cu118, and executed pip install -r requirements.txt --no-build-isolation, but it gave an error.
RuntimeError:
The detected CUDA version (12.1) mismatches the version that was used to compile
PyTorch (11.8). Please make sure to use the same CUDA versions.
The reason for adding --no-build-isolation is that omitting it will result in a "torch not found" error.
Additionally, I have a question: aren't CUDA 12.1 and Torch 118 mutually exclusive?
I followed your instructions, using CUDA 12.1 and torch+cu118, and executed
pip install -r requirements.txt --no-build-isolation, but it gave an error.RuntimeError:
The detected CUDA version (12.1) mismatches the version that was used to compile
PyTorch (11.8). Please make sure to use the same CUDA versions.
The reason for adding
--no-build-isolationis that omitting it will result in a "torch not found" error.Additionally, I have a question: aren't CUDA 12.1 and Torch 118 mutually exclusive?