.gitignore 908 B

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