Skip to content

Commit

Permalink
Merge branch 'dyas-README' of https://github.com/triton-inference-ser…
Browse files Browse the repository at this point in the history
…ver/vllm_backend into dyas-README
  • Loading branch information
dyastremsky committed Oct 10, 2023
2 parents 5ed4d0e + 02c1167 commit 0cd3d91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions samples/model_repository/vllm_opt/config.pbtxt
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ model_transaction_policy {

input [
{
name: "PROMPT"
name: "text_input"
data_type: TYPE_STRING
dims: [ 1 ]
},
{
name: "STREAM"
name: "stream"
data_type: TYPE_BOOL
dims: [ 1 ]
},
{
name: "SAMPLING_PARAMETERS"
name: "sampling_parameters"
data_type: TYPE_STRING
dims: [ 1 ]
optional: true
Expand All @@ -60,7 +60,7 @@ input [

output [
{
name: "TEXT"
name: "text_output"
data_type: TYPE_STRING
dims: [ -1 ]
}
Expand Down

0 comments on commit 0cd3d91

Please sign in to comment.