No response Logs Z:\AI-Chat\oobabooga-windows\text-generation-webui\repositories\GPTQ-for-LLaMa>python setup_cuda.py install No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1'running install c:\users\maria\appdata\local\programs\python\python...
AttributeError: module 'cuda_functions.nms_3D._ext.nms' has no attribute 'gpu_nms' michelbotros commented Feb 14, 2020 • edited Adding some details. I'm trying to run this toolkit in a docker image and am using: nvidia/cuda:9.0-devel-ubuntu16.04 python3.6 During build.py I am gett...
$ cd apex$ pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./note:1. 将第一步的https换为git2. 在第三步出错(因为nvidia-smi 版本cuda11.0,但是nvcc --version 版本10.0)再重新安装torch.cuda版本时出错。无法解决。方案:将第三步转为 python setup....