We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04fe33b commit f57b01aCopy full SHA for f57b01a
Makefile
@@ -12,6 +12,9 @@ deps:
12
build:
13
python3 -m pip install --verbose -e .
14
15
+build.debug:
16
+ 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 .
17
+
18
build.cuda:
19
CMAKE_ARGS="-DLLAMA_CUBLAS=on" python3 -m pip install --verbose -e .
20
0 commit comments