.gitignore 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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. # Deprecated
  57. /main
  58. /server
  59. # CI
  60. !.github/workflows/*.yml
  61. # Models
  62. models/*
  63. models-mnt
  64. !models/.editorconfig
  65. !models/ggml-vocab-*.gguf*
  66. # Zig
  67. zig-out/
  68. zig-cache/
  69. # Logs
  70. ppl-*.txt
  71. qnt-*.txt
  72. perf-*.txt
  73. # Examples
  74. examples/jeopardy/results.txt
  75. examples/server/*.css.hpp
  76. examples/server/*.html.hpp
  77. examples/server/*.js.hpp
  78. examples/server/*.mjs.hpp
  79. !build_64.sh
  80. !examples/*.bat
  81. !examples/*/*.kts
  82. !examples/*/*/*.kts
  83. !examples/sycl/*.bat
  84. !examples/sycl/*.sh
  85. # Python
  86. /.venv
  87. __pycache__/
  88. */poetry.lock
  89. poetry.toml
  90. # Nix
  91. /result
  92. # Test binaries
  93. /tests/test-backend-ops
  94. /tests/test-double-float
  95. /tests/test-grad0
  96. /tests/test-grammar-parser
  97. /tests/test-llama-grammar
  98. /tests/test-opt
  99. /tests/test-quantize-fns
  100. /tests/test-quantize-perf
  101. /tests/test-rope
  102. /tests/test-sampling
  103. /tests/test-tokenizer-0
  104. /tests/test-tokenizer-1-bpe
  105. /tests/test-tokenizer-1-spm
  106. # Scripts
  107. !/scripts/install-oneapi.bat
  108. # Test models for lora adapters
  109. /lora-tests