"examples/backends/vllm/deploy/disagg_kvbm_tp2.yaml" did not exist on "ee3a8e42838108a92d813b1a21037ad69e4d1530"
requirements.standard.txt 698 Bytes
Newer Older
Neelay Shah's avatar
Neelay Shah committed
1
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
3
# SPDX-License-Identifier: Apache-2.0

4
5
6
7
8
9
10
11
12
# Version Pinning Strategy:
# - Use == for packages that are pure Python and well-tested
# - Use <= or < for packages that may have platform-specific versions
# - Never use >= as it allows untested future versions that may introduce breaking changes,
#   create non-reproducible builds, and cause dependency conflicts. Every installed version
#   should be explicitly tested, not an unknown future release.

# CUDA-specific packages that may have platform variations
ucx-py-cu12<=0.45.0  # CUDA 12 variant, max version may differ by platform/architecture