Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 353 Bytes

custom-update.README.md

File metadata and controls

18 lines (14 loc) · 353 Bytes
git fetch --tags vllm-remote

git checkout old-version
git checkout -b freeze-old-version

git checkout new-version
git checkout -b freeze-new-version

# Diff with PyCharm
# left click -> git -> compare with branch -> freeze-old-version
# on these files

# requirements-dev.txt
# requirements-common.txt
# requirements-cuda.txt
# dockerfile