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 64cc19b commit 37e257cCopy full SHA for 37e257c
Makefile
@@ -259,7 +259,7 @@ libllama.so: llama.o ggml.o $(OBJS)
259
$(CXX) $(CXXFLAGS) -shared -fPIC -o $@ $^ $(LDFLAGS)
260
261
clean:
262
- rm -vf *.o main quantize quantize-stats perplexity embedding benchmark-matmult save-load-state server vdot build-info.h
+ rm -vf *.o *.so main quantize quantize-stats perplexity embedding benchmark-matmult save-load-state server vdot build-info.h
263
264
#
265
# Examples
0 commit comments