Fix tpu-inference platform path (#29554)

Signed-off-by: Johnny Yang <johnnyyang@google.com>
This commit is contained in:
Johnny Yang 2025-11-26 23:25:21 -08:00 committed by GitHub
parent c069086b9c
commit 3ecabd06ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -267,7 +267,7 @@ class TpuPlatform(Platform):
try: try:
from tpu_inference.platforms.tpu_platforms import ( from tpu_inference.platforms import (
TpuPlatform as TpuInferencePlatform, TpuPlatform as TpuInferencePlatform,
) )