.gitignore 928 B

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