Unverified Commit 191eed0b authored by 22quinn's avatar 22quinn Committed by GitHub
Browse files

[BugFix] Fix lazy imports involving outlines_core (#27158)


Signed-off-by: default avatar22quinn <33176974+22quinn@users.noreply.github.com>
parent fb860670
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright 2025-present the Outlines developers # SPDX-FileCopyrightText: Copyright 2025-present the Outlines developers
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project # SPDX-FileCopyrightText: Copyright contributors to the vLLM project
from __future__ import annotations
import ast import ast
import importlib import importlib
import json import json
......
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project # SPDX-FileCopyrightText: Copyright contributors to the vLLM project
from __future__ import annotations
import hashlib import hashlib
import importlib.metadata import importlib.metadata
import os import os
......
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