Skip to content

Commit

Permalink
Tweak .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMage committed Apr 25, 2024
1 parent 784e11d commit e96ae25
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,22 @@ examples/server/*.mjs.hpp

poetry.lock
poetry.toml
nppBackup

# Test binaries
/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
/tests/test-backend-ops
/tests/test-autorelease

venv

0 comments on commit e96ae25

Please sign in to comment.