mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
* Update TensorRT-LLM --------- Co-authored-by: IbrahimAmin <ibrahimamin532@gmail.com> Co-authored-by: Fabian Joswig <fjosw@users.noreply.github.com> Co-authored-by: Pzzzzz <hello-cd.plus@hotmail.com> Co-authored-by: CoderHam <hemant@cohere.com> Co-authored-by: Konstantin Lopuhin <kostia.lopuhin@gmail.com>
42 lines
470 B
Plaintext
42 lines
470 B
Plaintext
__pycache__/
|
|
.vscode
|
|
*.engine
|
|
*.engine.config
|
|
*.cache
|
|
*.nsys-rep
|
|
.VSCodeCounter
|
|
build*/
|
|
*.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*
|
|
*.swp
|
|
|
|
# Testing
|
|
.coverage.*
|
|
results_trt/
|