Skip to content

Commit 6d5c733

Browse files
authored
Update trt_llm_config.py
1 parent 9ae798d commit 6d5c733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

truss/base/trt_llm_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ def _bei_specfic_migration(self):
388388

389389
if "_kv" in self.quantization_type.value:
390390
logger.warning(
391-
"Compling `encoder` does not have a kv-cache dtype is a alpha feature and may fail."
392-
f"you selected build.quantization_type {self.quantization_type}"
391+
"Compling `encoder` with a kv-cache dtype is a alpha feature. This may fail. "
392+
f"You selected build.quantization_type {self.quantization_type}"
393393
)
394394

395395
def _validate_kv_cache_flags(self):

0 commit comments

Comments
 (0)