79406341

Date: 2025-02-02 09:43:46
Score: 0.5
Natty:
Report link

To get a clean, working pip install on Ubuntu 24.04 I needed to use:

CMAKE_ARGS="-DGGML_CUDA=on -DCMAKE_CUDA_COMPILER=`which nvcc`" FORCE_CMAKE=1 pip install --upgrade --force-reinstall llama-cpp-python --no-cache-dir

Which may be due to self-inflicted pain with my nvcc but I didn't intentionally do anything exotic.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jason Kane