Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tensorrt_llm/grpc/grpc_servicer.py
Comment thread
2ez4bz marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -28,7 +28,7 @@
import grpc

from tensorrt_llm.executor.result import Logprob, TokenLogprobs
from tensorrt_llm.inputs.utils import _load_and_convert_image
from tensorrt_llm.inputs.media_io import _load_and_convert_image
from tensorrt_llm.logger import logger

from . import trtllm_service_pb2, trtllm_service_pb2_grpc
Expand Down
Loading
Loading