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 c4f0cd2 commit d586a07Copy full SHA for d586a07
tpu_inference/platforms/tpu_platform.py
@@ -1,6 +1,6 @@
1
# SPDX-License-Identifier: Apache-2.0
2
3
-from typing import TYPE_CHECKING, Optional, Tuple, Union, cast
+from typing import TYPE_CHECKING, Any, Optional, Tuple, Union, cast
4
5
import jax.numpy as jnp
6
import vllm.envs as vllm_envs
0 commit comments