Skip to content

Commit

Permalink
setup_instuctlab role bug, resolves quotation error (#8912)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilson-walrus authored Dec 5, 2024
1 parent dd3e34f commit 603d28c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{{ setup_instructlab_home }}/venv/bin/pip install --force-reinstall
--no-cache-dir "llama-cpp-python[server]=={{ setup_instructlab_llama_cpp_python_version }}"
environment:
CUDACXX: "{{ setup_instructlab_cuda_home | default('/usr/local/cuda-12') }}"/bin/nvcc
CUDACXX: "{{ setup_instructlab_cuda_home | default('/usr/local/cuda-12') }}/bin/nvcc"
CMAKE_ARGS: "-DLLAMA_CUBLAS=on -DCMAKE_CUDA_ARCHITECTURES=all-major"
FORCE_CMAKE: 1

Expand Down

0 comments on commit 603d28c

Please sign in to comment.