.gitignore 983 B

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