MM. Mostafa
MM. Mostafa
Still doesn't work! weird because it works fine on my ubuntu machine but not on the MacOS or the AWS instance.
@jishnukoliyadan It has the same effect! and I DID read the documentation.
It looks like the issue was that machine was using python3.6. But upgrading to python3.8 that solved the problem.
To be honest I don't know what you mean by installation, are we talking about the pip install -e thing?
Do something like: ```bash python -c "import torch; print('CUDA available:', torch.cuda.is_available()); print('CUDA version:', torch.version.cuda); print('Device name:', torch.cuda.get_device_name(0) if torch.cuda.is_available() else 'N/A')" ``` Which driver does it show? I had a...