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.
Self
1 parent d811b44 commit 99d69afCopy full SHA for 99d69af
vllm/config/structured_outputs.py
@@ -2,10 +2,11 @@
2
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
3
4
import hashlib
5
-from typing import Any, Literal, Self
+from typing import Any, Literal
6
7
from pydantic import model_validator
8
from pydantic.dataclasses import dataclass
9
+from typing_extensions import Self
10
11
from vllm.config.utils import config
12
0 commit comments