Skip to content

Commit 05316d3

Browse files
authoredJul 17, 2024
TensorRT-LLM v0.11 Update (#1969)
1 parent 9bd15f1 commit 05316d3

File tree

1,024 files changed

+2084834
-868880
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,024 files changed

+2084834
-868880
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ __pycache__/
66
*.nsys-rep
77
.VSCodeCounter
88
build*/
9+
!builders/
910
*.egg-info/
1011
.coverage
11-
*.csv
1212
*.onnx
1313
tmp/
1414
venv/

‎.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ repos:
4646
args:
4747
- --skip=".git,3rdparty"
4848
- --exclude-file=examples/whisper/tokenizer.py
49-
- --ignore-words-list=rouge,inout,atleast,strat,nd
49+
- --ignore-words-list=rouge,inout,atleast,strat,nd,subtile
5050
exclude: 'tests/llm-test-defs/turtle/test_input_files'

0 commit comments

Comments
 (0)