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 fb86067 commit 191eed0Copy full SHA for 191eed0
vllm/v1/structured_output/backend_outlines.py
@@ -1,6 +1,8 @@
1
# SPDX-License-Identifier: Apache-2.0
2
# SPDX-FileCopyrightText: Copyright 2025-present the Outlines developers
3
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
4
+from __future__ import annotations
5
+
6
import ast
7
import importlib
8
import json
vllm/v1/structured_output/utils.py
@@ -1,5 +1,7 @@
import hashlib
import importlib.metadata
import os
0 commit comments