yessenzhar commited on
Commit
891ad10
1 Parent(s): 151b0f6

exclude input in ouput

Browse files
Files changed (1) hide show
  1. tensorrt_llm/config.pbtxt +6 -0
tensorrt_llm/config.pbtxt CHANGED
@@ -194,6 +194,12 @@ parameters: {
194
  string_value: "0.9"
195
  }
196
  }
 
 
 
 
 
 
197
  parameters: {
198
  key: "max_num_sequences"
199
  value: {
 
194
  string_value: "0.9"
195
  }
196
  }
197
+ parameters: {
198
+ key: "exclude_input_in_output"
199
+ value: {
200
+ string_value: "true"
201
+ }
202
+ }
203
  parameters: {
204
  key: "max_num_sequences"
205
  value: {