diff --git a/.gitignore b/.gitignore index fae7fa16c..7a3f3fff4 100644 --- a/.gitignore +++ b/.gitignore @@ -63,7 +63,7 @@ poetry.toml # Test binaries tests/test-grammar-parser -tests/test-llama-grammar +tests/test-llama-grammar tests/test-double-float tests/test-grad0 tests/test-opt diff --git a/Makefile b/Makefile index febecf6c9..e60821dd5 100644 --- a/Makefile +++ b/Makefile @@ -473,4 +473,4 @@ tests/test-tokenizer-0-llama: tests/test-tokenizer-0-llama.cpp build-info.h ggml $(CXX) $(CXXFLAGS) $(filter-out %.txt,$^) -o $@ $(LDFLAGS) tests/test-tokenizer-1: tests/test-tokenizer-1.cpp build-info.h ggml.o llama.o common.o $(OBJS) - $(CXX) $(CXXFLAGS) $(filter-out %.txt,$^) -o $@ $(LDFLAGS) \ No newline at end of file + $(CXX) $(CXXFLAGS) $(filter-out %.txt,$^) -o $@ $(LDFLAGS)