Skip to content

Commit 6bd56c4

Browse files
committed
Add warning
1 parent 943ee5f commit 6bd56c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/model.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ def _auto_complete_inputs_and_outputs(auto_complete_model_config):
124124
"dims": [1],
125125
"optional": True,
126126
},
127-
# Tentative input reserved for embedding requests in OpenAI frontend. May change in the future.
127+
# Tentative input reserved for embedding requests in OpenAI-compatible frontend. Subject to change in the future.
128+
# WARN: Triton client should never set this input. It is reserved for embedding requests in OpenAI-compatible frontend.
128129
{
129130
"name": "embedding_request",
130131
"data_type": "TYPE_STRING",

0 commit comments

Comments
 (0)