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 354dbda commit 795e606Copy full SHA for 795e606
Makefile
@@ -127,11 +127,10 @@ test: $(TARGET)
127
128
# Build all libraries at once using one CMake call
129
build/libs.stamp:
130
- @echo "Building llama.cpp libraries with jobs: $(JOBS)..."
131
#-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"
132
cd $(BUILD_DIR) && \
133
cmake -B lib -DBUILD_SHARED_LIBS=OFF ../$(LLAMA_DIR) && \
134
- cmake --build lib --config Release -- -j$(JOBS)
+ cmake --build lib --config Release -- -j$(CPUS)
135
touch $@
136
137
$(LIBS): build/libs.stamp
0 commit comments