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
39562a7f
Commit
39562a7f
authored
Jan 30, 2026
by
zhuwenwen
Browse files
update version
parent
a4df8463
Changes
2
Hide 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 @
39562a7f
...
...
@@ -97,7 +97,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.1
3.0
;
-
python -c "import vllm; print(vllm.
\_\_
version__)",版本号与官方版本同步,查询该软件的版本号,例如0.1
4.1
;
## Known Issue
-
无
...
...
setup.py
View file @
39562a7f
...
...
@@ -865,8 +865,8 @@ def get_version_add(sha: Optional[str] = None) -> str:
new_version_content
=
f
"""
try:
__version__ = "0.14.
0
"
__version_tuple__ = (0, 14,
0
)
__version__ = "0.14.
1
"
__version_tuple__ = (0, 14,
1
)
__hcu_version__ = f'0.14.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