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 519fc15 commit 5a39543Copy full SHA for 5a39543
scripts/update_vllm_version.py
@@ -49,7 +49,7 @@ def main():
49
),
50
None,
51
)
52
- if not vllm_git_index or not vllm_darwin_index:
+ if vllm_git_index is None or vllm_darwin_index is None:
53
print(f"vllm dependencies to be overwritten are missing - skipping update")
54
sys.exit(0)
55
current_version = parse_current_version(vllm_string=vllm_deps[vllm_git_index])
0 commit comments