.gitignore 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. # Extensions
  2. *.a
  3. *.bat
  4. *.bin
  5. *.dll
  6. *.dot
  7. *.etag
  8. *.exe
  9. *.gcda
  10. *.gcno
  11. *.gcov
  12. *.gguf
  13. *.gguf.json
  14. *.lastModified
  15. *.log
  16. *.metallib
  17. *.o
  18. *.so
  19. *.tmp
  20. # IDE / OS
  21. .cache/
  22. .ccls-cache/
  23. .direnv/
  24. .DS_Store
  25. .envrc
  26. .idea/
  27. .swiftpm
  28. .vs/
  29. .vscode/
  30. nppBackup
  31. # Coverage
  32. gcovr-report/
  33. lcov-report/
  34. # Build Artifacts
  35. tags
  36. .build/
  37. build*
  38. !build-info.cmake
  39. !build-info.cpp.in
  40. !build-info.sh
  41. !build.zig
  42. !docs/build.md
  43. /libllama.so
  44. /llama-*
  45. /vulkan-shaders-gen
  46. android-ndk-*
  47. arm_neon.h
  48. cmake-build-*
  49. CMakeSettings.json
  50. compile_commands.json
  51. ggml-metal-embed.metal
  52. llama-batched-swift
  53. /rpc-server
  54. out/
  55. tmp/
  56. autogen-*.md
  57. # Deprecated
  58. /main
  59. /server
  60. # CI
  61. !.github/workflows/*.yml
  62. # Models
  63. models/*
  64. models-mnt
  65. !models/.editorconfig
  66. !models/ggml-vocab-*.gguf*
  67. # Zig
  68. zig-out/
  69. zig-cache/
  70. # Logs
  71. ppl-*.txt
  72. qnt-*.txt
  73. perf-*.txt
  74. # Examples
  75. examples/jeopardy/results.txt
  76. examples/server/*.css.hpp
  77. examples/server/*.html.hpp
  78. examples/server/*.js.hpp
  79. examples/server/*.mjs.hpp
  80. !build_64.sh
  81. !examples/*.bat
  82. !examples/*/*.kts
  83. !examples/*/*/*.kts
  84. !examples/sycl/*.bat
  85. !examples/sycl/*.sh
  86. # Python
  87. /.venv
  88. __pycache__/
  89. */poetry.lock
  90. poetry.toml
  91. # Nix
  92. /result
  93. # Test binaries
  94. /tests/test-backend-ops
  95. /tests/test-double-float
  96. /tests/test-grad0
  97. /tests/test-grammar-parser
  98. /tests/test-llama-grammar
  99. /tests/test-opt
  100. /tests/test-quantize-fns
  101. /tests/test-quantize-perf
  102. /tests/test-rope
  103. /tests/test-sampling
  104. /tests/test-tokenizer-0
  105. /tests/test-tokenizer-1-bpe
  106. /tests/test-tokenizer-1-spm
  107. # Scripts
  108. !/scripts/install-oneapi.bat
  109. # Test models for lora adapters
  110. /lora-tests