.gitignore 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. *.o
  2. *.a
  3. *.so
  4. *.gguf
  5. *.bin
  6. *.exe
  7. *.dll
  8. *.log
  9. *.gcov
  10. *.gcno
  11. *.gcda
  12. *.dot
  13. *.bat
  14. *.tmp
  15. *.metallib
  16. *.etag
  17. *.lastModified
  18. .DS_Store
  19. .build/
  20. .cache/
  21. .ccls-cache/
  22. .direnv/
  23. .envrc
  24. .swiftpm
  25. .venv
  26. .clang-tidy
  27. .vs/
  28. .vscode/
  29. .idea/
  30. ggml-metal-embed.metal
  31. lcov-report/
  32. gcovr-report/
  33. build*
  34. cmake-build-*
  35. out/
  36. tmp/
  37. models/*
  38. models-mnt
  39. /Pipfile
  40. /baby-llama
  41. /beam-search
  42. /benchmark-matmult
  43. /convert-llama2c-to-ggml
  44. /embd-input-test
  45. /embedding
  46. /eval-callback
  47. /gguf
  48. /gguf-llama-simple
  49. /gguf-split
  50. /gritlm
  51. /imatrix
  52. /infill
  53. /libllama.so
  54. /llama-bench
  55. /llava-cli
  56. /lookahead
  57. /lookup
  58. /lookup-create
  59. /lookup-merge
  60. /lookup-stats
  61. /main
  62. /metal
  63. /passkey
  64. /perplexity
  65. /q8dot
  66. /quantize
  67. /quantize-stats
  68. /result
  69. /save-load-state
  70. /server
  71. /simple
  72. /batched
  73. /batched-bench
  74. /export-lora
  75. /finetune
  76. /retrieval
  77. /speculative
  78. /parallel
  79. /train-text-from-scratch
  80. /tokenize
  81. /vdot
  82. /common/build-info.cpp
  83. arm_neon.h
  84. compile_commands.json
  85. CMakeSettings.json
  86. __pycache__
  87. dist
  88. zig-out/
  89. zig-cache/
  90. ppl-*.txt
  91. qnt-*.txt
  92. perf-*.txt
  93. examples/jeopardy/results.txt
  94. poetry.lock
  95. poetry.toml
  96. nppBackup