Hey everyone.
I have a problem in the installation of apex (pytorch Extension). I have tried many solutions and i ve spent hours but i did not solve it.
Any one has an idea about it?
Thanks
Are you using colab ?
II want to use it locally. In colab, it works fine.
Did you tried manually specifying the CUDA HOME directory with :
$ export CUD_HOME=/usr/local/cuda-10.1
before the "git clone " ?
No, I will try it.
Try in Colab. I was able to install successfully in Colab for some other task.
$ git clone https://github.com/NVIDIA/apex
$ cd apex
$ pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./
https://github.com/NVIDIA/apex
Thank you Chetan. But II want to use it locally.
Could you provide some more details about your OS, environment(pip or conda)?
I use windows 10 and my enviroment is conda.
If you haven't solved it already, try using conda-forge conda install -c conda-forge nvidia-apex
try this https://medium.com/datadriveninvestor/installing-pytorch-and-tensorflow-with-cuda-enabled-gpu-f747e6924779
Are you using colab ?
II want to use it locally. In colab, it works fine.
Did you tried manually specifying the CUDA HOME directory with :
before the "git clone " ?
No, I will try it.
Try in Colab. I was able to install successfully in Colab for some other task.
$ git clone https://github.com/NVIDIA/apex
$ cd apex
$ pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./
https://github.com/NVIDIA/apex
Thank you Chetan. But II want to use it locally.
Could you provide some more details about your OS, environment(pip or conda)?
I use windows 10 and my enviroment is conda.
If you haven't solved it already, try using conda-forge conda install -c conda-forge nvidia-apex
try this https://medium.com/datadriveninvestor/installing-pytorch-and-tensorflow-with-cuda-enabled-gpu-f747e6924779