.gitignore 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. *.o
  2. *.a
  3. *.so
  4. *.gguf
  5. *.bin
  6. *.exe
  7. *.dll
  8. *.log
  9. *.gcov
  10. *.gcno
  11. *.gcda
  12. *.dot
  13. .DS_Store
  14. .build/
  15. .cache/
  16. .direnv/
  17. .envrc
  18. .swiftpm
  19. .venv
  20. .clang-tidy
  21. .vs/
  22. .vscode/
  23. lcov-report/
  24. gcovr-report/
  25. build*/
  26. out/
  27. tmp/
  28. models/*
  29. models-mnt
  30. /Pipfile
  31. /baby-llama
  32. /beam-search
  33. /benchmark-matmult
  34. /convert-llama2c-to-ggml
  35. /embd-input-test
  36. /embedding
  37. /gguf
  38. /gguf-llama-simple
  39. /libllama.so
  40. /llama-bench
  41. /main
  42. /metal
  43. /perplexity
  44. /q8dot
  45. /quantize
  46. /quantize-stats
  47. /result
  48. /save-load-state
  49. /server
  50. /simple
  51. /batched
  52. /export-lora
  53. /finetune
  54. /speculative
  55. /parallel
  56. /train-text-from-scratch
  57. /vdot
  58. build-info.h
  59. arm_neon.h
  60. compile_commands.json
  61. CMakeSettings.json
  62. __pycache__
  63. dist
  64. zig-out/
  65. zig-cache/
  66. ppl-*.txt
  67. qnt-*.txt
  68. perf-*.txt
  69. examples/jeopardy/results.txt
  70. poetry.lock
  71. poetry.toml
  72. # Test binaries
  73. tests/test-grammar-parser
  74. tests/test-llama-grammar
  75. tests/test-double-float
  76. tests/test-grad0
  77. tests/test-opt
  78. tests/test-quantize-fns
  79. tests/test-quantize-perf
  80. tests/test-sampling
  81. tests/test-tokenizer-0-llama
  82. tests/test-tokenizer-0-falcon
  83. tests/test-tokenizer-1