Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
63053820
Commit
63053820
authored
Jan 29, 2026
by
zhuwenwen
Browse files
update version
parent
3eb46267
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+1
-1
setup.py
setup.py
+2
-2
No files found.
README.md
View file @
63053820
...
...
@@ -105,7 +105,7 @@ python3 setup.py install (若调试,可使用python3 setup.py develop)
+
若使用 pip install 下载安装过慢,可添加源: -i https://pypi.tuna.tsinghua.edu.cn/simple/
## 验证
-
python -c "import vllm; print(vllm.
\_\_
version__)",版本号与官方版本同步,查询该软件的版本号,例如0.15.0
rc0
;
-
python -c "import vllm; print(vllm.
\_\_
version__)",版本号与官方版本同步,查询该软件的版本号,例如0.15.0;
## Known Issue
-
无
...
...
setup.py
View file @
63053820
...
...
@@ -916,8 +916,8 @@ def get_version_add(sha: Optional[str] = None) -> str:
new_version_content
=
f
"""
try:
__version__ = "0.15.0
rc0
"
__version_tuple__ = (0, 15, 0
, "rc0"
)
__version__ = "0.15.0"
__version_tuple__ = (0, 15, 0)
__hcu_version__ = f'0.15.0+
{
version
}
'
from vllm.version import __version__, __version_tuple__, __hcu_version__
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment