diff --git a/Makefile b/Makefile index e2ce4d0..4ae0110 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,9 @@ deps: build: python3 -m pip install --verbose -e . +build.debug: + CMAKE_ARGS="-DCMAKE_BUILD_TYPE=Debug" python3 -m pip install --verbose --config-settings=cmake.verbose=true --config-settings=logging.level=INFO --config-settings=install.strip=false --editable . + build.cuda: CMAKE_ARGS="-DLLAMA_CUBLAS=on" python3 -m pip install --verbose -e .