Fix tpu-inference platform path (#29554)
Signed-off-by: Johnny Yang <johnnyyang@google.com>
This commit is contained in:
@@ -267,7 +267,7 @@ class TpuPlatform(Platform):
|
||||
|
||||
|
||||
try:
|
||||
from tpu_inference.platforms.tpu_platforms import (
|
||||
from tpu_inference.platforms import (
|
||||
TpuPlatform as TpuInferencePlatform,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user