mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
29 lines
313 B
Plaintext
29 lines
313 B
Plaintext
__pycache__/
|
|
.vscode
|
|
*.engine
|
|
*.engine.config
|
|
*.cache
|
|
*.nsys-rep
|
|
.VSCodeCounter
|
|
build*/
|
|
*.so
|
|
*.egg-info/
|
|
.coverage
|
|
*.csv
|
|
*.onnx
|
|
tmp/
|
|
venv/
|
|
.venv/
|
|
.local/
|
|
.hypothesis/
|
|
.idea/
|
|
cpp/cmake-build-*
|
|
cpp/.ccache/
|
|
tensorrt_llm/libs
|
|
tensorrt_llm/bindings.pyi
|
|
tensorrt_llm/bindings/*.pyi
|
|
|
|
# Testing
|
|
.coverage.*
|
|
results_trt/
|