We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1c474 commit df4d3a4Copy full SHA for df4d3a4
vllm/platforms/__init__.py
@@ -38,7 +38,7 @@ def tpu_platform_plugin() -> str | None:
38
# Check for Pathways TPU proxy
39
if envs.VLLM_TPU_USING_PATHWAYS:
40
logger.debug("Confirmed TPU platform is available via Pathways proxy.")
41
- return "tpu_inference.platforms.tpu_jax.TpuPlatform"
+ return "tpu_inference.platforms.tpu_platform.TpuPlatform"
42
43
# Check for libtpu installation
44
try:
0 commit comments