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...
遇到amp not installed,不是简单的pip install amp就行了参考下面链接1.首先amp是集成到apex包中,删掉apex包2.重新安装apex包即可正常调用安装方法git clone 链接cd apexpip install -v --disable-pip-version-check --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" ./链接 ...
$ 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....
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...