.gitignore 983 B

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