mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 00:15:51 +08:00
Fix tpu-inference platform path (#29554)
Signed-off-by: Johnny Yang <johnnyyang@google.com>
This commit is contained in:
parent
c069086b9c
commit
3ecabd06ee
@ -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,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user