Skip to content

Commit

Permalink
build : fix build info generation and cleanup Makefile (ggerganov#3920)
Browse files Browse the repository at this point in the history
* cmake : fix joining of REAL_GIT_DIR

* fix includes with help from include-what-you-use

* make : remove unneeded deps and add test-rope target

* fix C includes in C++ source files

* Revert "fix includes with help from include-what-you-use"

This reverts commit 635e9fa.
  • Loading branch information
cebtenzzre authored and mounta11n committed Dec 19, 2023
1 parent c2ebb38 commit ff6293c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ poetry.lock
poetry.toml

# Test binaries
<<<<<<< HEAD
tests/test-grammar-parser
tests/test-llama-grammar
tests/test-double-float
Expand All @@ -109,3 +110,18 @@ _.DS_Store
workspace
workspace/*
examples/server/llama-OAI.sh
=======
/tests/test-grammar-parser
/tests/test-llama-grammar
/tests/test-double-float
/tests/test-grad0
/tests/test-opt
/tests/test-quantize-fns
/tests/test-quantize-perf
/tests/test-sampling
/tests/test-tokenizer-0-llama
/tests/test-tokenizer-0-falcon
/tests/test-tokenizer-1-llama
/tests/test-tokenizer-1-bpe
/tests/test-rope
>>>>>>> 15f5d96 (build : fix build info generation and cleanup Makefile (#3920))

0 comments on commit ff6293c

Please sign in to comment.