There was an error while loading. Please reload this page.
1 parent 0748ed2 commit 6d67c9cCopy full SHA for 6d67c9c
vllm/scripts.py
@@ -0,0 +1,8 @@
1
+# SPDX-License-Identifier: Apache-2.0
2
+
3
+from vllm.cmd.main import main as vllm_main
4
5
6
+# Backwards compatibility for the move from vllm.scripts to vllm.cmd.main
7
+def main():
8
+ vllm_main()
0 commit comments