mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Update recommended CMAKE flag to enable using CUDA on linux in Docs
This commit is contained in:
parent
148923c13a
commit
689202e00e
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ python -m pip install khoj-assistant
|
|||
# CPU
|
||||
python -m pip install khoj-assistant
|
||||
# NVIDIA (CUDA) GPU
|
||||
CMAKE_ARGS="DLLAMA_CUBLAS=on" FORCE_CMAKE=1 python -m pip install khoj-assistant
|
||||
CMAKE_ARGS="DLLAMA_CUDA=on" FORCE_CMAKE=1 python -m pip install khoj-assistant
|
||||
# AMD (ROCm) GPU
|
||||
CMAKE_ARGS="-DLLAMA_HIPBLAS=on" FORCE_CMAKE=1 python -m pip install khoj-assistant
|
||||
# VULCAN GPU
|
||||
|
|
Loading…
Reference in a new issue