Replies: 4 comments
-
Is it the reason that I’m using a torch version too low for NNCF ? |
Beta Was this translation helpful? Give feedback.
-
@AlexanderDokuchaev , @daniil-lyakhov , please take a look. |
Beta Was this translation helpful? Give feedback.
-
Hi @siyhust Please check that you have installed |
Beta Was this translation helpful? Give feedback.
-
@AlexanderDokuchaev |
Beta Was this translation helpful? Give feedback.
-
I‘m using nncf 2.6.0 with openvino 2023.3,torch 2.0.1+cu117, ans I installed all packages with pip.
It's ok when I using cpu for PTQ with nncf.quantize,but when I using GPU, it throw a bug below:
"RuntimeError: CUDA is available for pytorch, but NNCF could not compile GPU quantization extensions. Make sure that you have installed CUDA development tools……"
But I indeed install CUDA on /usr/local/cuda-11.7, I also set enviroment with add CUDA path to os.environ['PATH'].
Hope some kind person help me with this question, thanks a lot~
Beta Was this translation helpful? Give feedback.
All reactions