"googletest/include/gtest/internal/gtest-port.h" did not exist on "bd263344f9e930ab7d3558c1b7706a55739737cb"
__init__.py 200 Bytes
Newer Older
1
2
3
4
5
6
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project

from vllm_omni.platforms.xpu.platform import XPUOmniPlatform

__all__ = ["XPUOmniPlatform"]