Update cmap-example
This commit is contained in:
parent
73fa2deee1
commit
9dad8b81e1
2 changed files with 4 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -564,6 +564,9 @@ perplexity: examples/perplexity/perplexity.cpp build-info.h ggml.
|
|||
embedding: examples/embedding/embedding.cpp build-info.h ggml.o llama.o common.o $(OBJS)
|
||||
$(CXX) $(CXXFLAGS) $(filter-out %.h,$^) -o $@ $(LDFLAGS)
|
||||
|
||||
cmap-example: examples/cmap-example/cmap-example.cpp build-info.h ggml.o llama.o common.o $(OBJS)
|
||||
$(CXX) $(CXXFLAGS) $(filter-out %.h,$^) -o $@ $(LDFLAGS)
|
||||
|
||||
save-load-state: examples/save-load-state/save-load-state.cpp build-info.h ggml.o llama.o common.o $(OBJS)
|
||||
$(CXX) $(CXXFLAGS) $(filter-out %.h,$^) -o $@ $(LDFLAGS)
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ else()
|
|||
add_subdirectory(embd-input)
|
||||
add_subdirectory(llama-bench)
|
||||
add_subdirectory(beam-search)
|
||||
add_subdirectory(cmap-examples)
|
||||
add_subdirectory(cmap-example)
|
||||
if (LLAMA_METAL)
|
||||
add_subdirectory(metal)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue