sampling_metadata.py 192 Bytes
Newer Older
1
# SPDX-License-Identifier: Apache-2.0
2
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
3

4

5
class SamplingMetadata:
6
7
    # Placeholder until it can be safely removed.
    pass