시도
pip install pytorch-quantization --extra-index-url https://pypi.ngc.nvidia.com
https://developer.download.nvidia.com/compute/redist/
developer.download.nvidia.com
error: subprocess-exited-with-error 
   
  × python setup.py egg_info did not run successfully. 
  │ exit code: 1 
  ╰─> [16 lines of output] 
      Traceback (most recent call last): 
        File "<string>", line 2, in <module> 
        File "<pip-setuptools-caller>", line 34, in <module> 
        File "/tmp/pip-install-4j_xss2c/pytorch-quantization_c04a22b500064ae7aa0ddf96d8c73810/setup.py", line 137, in <module> 
          raise RuntimeError(open("ERROR.txt", "r").read()) 
      RuntimeError: 
      ########################################################################################### 
      The package you are trying to install is only a placeholder project on PyPI.org repository. 
      This package is hosted on NVIDIA Python Package Index. 
       
      This package can be installed as: 
      ``` 
      $ pip install --no-cache-dir --extra-index-url https://pypi.nvidia.com pytorch-quantization 
      ``` 
      ###########################################################################################
solution
pip install --no-cache-dir --index-url https://pypi.nvidia.com --index-url https://pypi.org/simple pytorch-quantization==2.1.3