2i/llama-cpp-python-wheels
0
1Linux, CUDA, AVX512.2 3```sh4$ git clone "https://github.com/abetlen/llama-cpp-python" --depth=15$ cd llama-cpp-python6$ git submodule update --init --recursive7$ CMAKE_ARGS="-DLLAMA_CUBLAS=on" python -m pip install .8```