.gitignore 1.1 KB

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