Unverified Commit df4d3a44 authored by Kyuyeun Kim's avatar Kyuyeun Kim Committed by GitHub
Browse files

[TPU] Rename path to tpu platform (#28452)


Signed-off-by: default avatarKyuyeun Kim <kyuyeunk@google.com>
parent 9d1c4747
...@@ -38,7 +38,7 @@ def tpu_platform_plugin() -> str | None: ...@@ -38,7 +38,7 @@ def tpu_platform_plugin() -> str | None:
# Check for Pathways TPU proxy # Check for Pathways TPU proxy
if envs.VLLM_TPU_USING_PATHWAYS: if envs.VLLM_TPU_USING_PATHWAYS:
logger.debug("Confirmed TPU platform is available via Pathways proxy.") logger.debug("Confirmed TPU platform is available via Pathways proxy.")
return "tpu_inference.platforms.tpu_jax.TpuPlatform" return "tpu_inference.platforms.tpu_platform.TpuPlatform"
# Check for libtpu installation # Check for libtpu installation
try: try:
......
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