.gitignore 1002 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. /quantize
  45. /quantize-stats
  46. /result
  47. /save-load-state
  48. /server
  49. /simple
  50. /batched
  51. /speculative
  52. /parallel
  53. /train-text-from-scratch
  54. /vdot
  55. build-info.h
  56. arm_neon.h
  57. compile_commands.json
  58. CMakeSettings.json
  59. __pycache__
  60. dist
  61. zig-out/
  62. zig-cache/
  63. ppl-*.txt
  64. qnt-*.txt
  65. perf-*.txt
  66. examples/jeopardy/results.txt
  67. poetry.lock
  68. poetry.toml
  69. # Test binaries
  70. tests/test-grammar-parser
  71. tests/test-llama-grammar
  72. tests/test-double-float
  73. tests/test-grad0
  74. tests/test-opt
  75. tests/test-quantize-fns
  76. tests/test-quantize-perf
  77. tests/test-sampling
  78. tests/test-tokenizer-0-llama
  79. tests/test-tokenizer-0-falcon
  80. tests/test-tokenizer-1