.gitignore 972 B

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