.gitignore 902 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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-double-float
  64. tests/test-grad0
  65. tests/test-opt
  66. tests/test-quantize-fns
  67. tests/test-quantize-perf
  68. tests/test-sampling
  69. tests/test-tokenizer-0