examples : Fix llama-export-lora
example (#8607)
* fix export-lora example * add more logging * reject merging subset * better check * typo
This commit is contained in:
parent
b841d07408
commit
de280085e7
5 changed files with 378 additions and 436 deletions
2
Makefile
2
Makefile
|
@ -1322,7 +1322,7 @@ llama-finetune: examples/finetune/finetune.cpp \
|
|||
$(CXX) $(CXXFLAGS) $(filter-out %.h $<,$^) $(call GET_OBJ_FILE, $<) -o $@ $(LDFLAGS)
|
||||
|
||||
llama-export-lora: examples/export-lora/export-lora.cpp \
|
||||
$(OBJ_GGML) common/log.h
|
||||
$(OBJ_ALL)
|
||||
$(CXX) $(CXXFLAGS) -c $< -o $(call GET_OBJ_FILE, $<)
|
||||
$(CXX) $(CXXFLAGS) $(filter-out %.h $<,$^) $(call GET_OBJ_FILE, $<) -o $@ $(LDFLAGS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue