Unverified Commit 3ecabd06 authored by Johnny Yang's avatar Johnny Yang Committed by GitHub
Browse files

Fix tpu-inference platform path (#29554)


Signed-off-by: default avatarJohnny Yang <johnnyyang@google.com>
parent c069086b
......@@ -267,7 +267,7 @@ class TpuPlatform(Platform):
try:
from tpu_inference.platforms.tpu_platforms import (
from tpu_inference.platforms import (
TpuPlatform as TpuInferencePlatform,
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment