mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
address remaining review comments
Signed-off-by: ixlmar <206748156+ixlmar@users.noreply.github.com>
This commit is contained in:
parent
e42a8f7d64
commit
e4233671a9
@ -42,7 +42,7 @@ class ImageEmbedsData(TypedDict):
|
||||
class ChatCompletionContentPartImageEmbedsParam(TypedDict, total=False):
|
||||
"""Type definition for image embeddings passed in base64-encoded PyTorch tensor format."""
|
||||
image_embeds: Required[
|
||||
# NB: Besides "data", could support "url" and "ipc_handle" in the future.
|
||||
# TODO: Besides "data", could support "url" and "ipc_handle" in the future.
|
||||
ImageEmbedsData]
|
||||
type: Required[Literal["image_embeds"]]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user