Rocke Dong

Results 9 comments of Rocke Dong

> Hey! I also got this error, and I've solved it. You can see #1653, which said: > > 1. clone or download [apex 22.04-dev branch](https://github.com/NVIDIA/apex/tree/22.04-dev) instead of [master brach](https://github.com/nvidia/apex)...

> > > Hey! I also got this error, and I've solved it. You can see #1653, which said: > > > > > > 1. clone or download [apex...

CUDA_HOME="/usr/local/cuda" export PATH="${CUDA_HOME}/bin${PATH:+:$PATH}" export LD_LIBRARY_PATH="/usr/local/cuda/lib64${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" works for me.

> > How to use the prior version of apex? Are the install commands still below: > > > git clone https://github.com/NVIDIA/apex > > > cd apex > > >...

I have the same problem on llamafile-0.6.2. my os: 20.04-Ubuntu nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2022 NVIDIA Corporation Built on Wed_Sep_21_10:33:58_PDT_2022 Cuda compilation tools, release 11.8, V11.8.89...

thanks a lot for maxbachmann. You have a global view on this issue! As Indel and Levenshtein are very similar, I think it would be easier only support Indel and...

> pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation --config-settings "--build-option=--cpp_ext" --config-settings "--build-option=--cuda_ext" ./ > > pip uninstall setuptools > > pip install setuptools==60.2.0 > > pip install packaging > > rm...

> On my servers, solution below works for cuda 12.1 and does not work for cuda 11.7, I do not sure why > > pip 23.3 have chaged build options...