.gitignore 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. /gguf
  47. /gguf-llama-simple
  48. /gguf-split
  49. /gritlm
  50. /imatrix
  51. /infill
  52. /libllama.so
  53. /llama-bench
  54. /llava-cli
  55. /lookahead
  56. /lookup
  57. /lookup-create
  58. /lookup-merge
  59. /lookup-stats
  60. /main
  61. /metal
  62. /passkey
  63. /perplexity
  64. /q8dot
  65. /quantize
  66. /quantize-stats
  67. /result
  68. /save-load-state
  69. /server
  70. /simple
  71. /batched
  72. /batched-bench
  73. /export-lora
  74. /finetune
  75. /retrieval
  76. /speculative
  77. /parallel
  78. /train-text-from-scratch
  79. /tokenize
  80. /vdot
  81. /common/build-info.cpp
  82. arm_neon.h
  83. compile_commands.json
  84. CMakeSettings.json
  85. __pycache__
  86. dist
  87. zig-out/
  88. zig-cache/
  89. ppl-*.txt
  90. qnt-*.txt
  91. perf-*.txt
  92. examples/jeopardy/results.txt
  93. poetry.lock
  94. poetry.toml
  95. nppBackup