ci: add debug build to dev makefile
This commit is contained in:
parent
04fe33b999
commit
f57b01ac9b
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -12,6 +12,9 @@ deps:
|
||||||
build:
|
build:
|
||||||
python3 -m pip install --verbose -e .
|
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:
|
build.cuda:
|
||||||
CMAKE_ARGS="-DLLAMA_CUBLAS=on" python3 -m pip install --verbose -e .
|
CMAKE_ARGS="-DLLAMA_CUBLAS=on" python3 -m pip install --verbose -e .
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue