TensorRT-LLMs/.gitignore
2024-12-24 15:58:43 +08:00

61 lines
790 B
Plaintext

__pycache__/
.vscode
*.engine
*.engine.config
*.cache
*.nsys-rep
.VSCodeCounter
cpp/build*
build
!tensorrt_llm/bench/build
!builders/
*.egg-info/
.coverage
*.onnx
tmp/
venv/
.venv/
.local/
.hypothesis/
.idea/
dump*/
.trt-internal
*.dot
*.prof
*.log
*.pkl
*.hdf5
*.lock
config.json
/*.svg
cpp/cmake-build-*
cpp/.ccache
tensorrt_llm/bin
tensorrt_llm/libs
tensorrt_llm/bindings.*.so
tensorrt_llm/bindings.pyi
tensorrt_llm/bindings/**/*.pyi
*docs/cpp_docs*
*docs/source/_cpp_gen*
docs/source/llm-api/*.rst
docs/source/llm-api-examples/llm_*.rst
*.swp
# Testing
.coverage.*
results_trt/
llm-test-workspace/
# build/debug
*.safetensors
*/tllm_debug/**
*.patch
# Generated files
cpp/include/tensorrt_llm/executor/version.h
# User config files
CMakeUserPresets.json
compile_commands.json
*.bin