cuDLA-samples icon indicating copy to clipboard operation
cuDLA-samples copied to clipboard

No module named quantization

Open zyitom opened this issue 11 months ago • 1 comments

2024-03-13_11-11 I've following the instructions and download the pytorch-quantization via '''pip install pytorch-quantization --extra-index-url https://pypi.ngc.nvidia.com''' this link but when i run the qat.py it met the error and said no modules found ,what shoule i do

zyitom avatar Mar 13 '24 03:03 zyitom

@zyitom It seems that the library installation was not successful. You can try using the following command to install it.

$ git clone -b v8.6.1 https://github.com/NVIDIA/TensorRT.git
$ cd TensorRT/tools/pytorch-quantization
$ python setup.py install

liuanqi-libra7 avatar Apr 24 '24 06:04 liuanqi-libra7

closing since no activity for several months, thanks all!

lynettez avatar Sep 02 '24 06:09 lynettez