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
c8a2d2a4
Commit
c8a2d2a4
authored
May 06, 2025
by
zhuwenwen
Browse files
update version
parent
dee71fba
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 @
c8a2d2a4
...
@@ -90,7 +90,7 @@ python3 setup.py install (若调试,可使用python3 setup.py develop)
...
@@ -90,7 +90,7 @@ python3 setup.py install (若调试,可使用python3 setup.py develop)
+
若使用 pip install 下载安装过慢,可添加源:-i https://pypi.tuna.tsinghua.edu.cn/simple/
+
若使用 pip install 下载安装过慢,可添加源:-i https://pypi.tuna.tsinghua.edu.cn/simple/
## 验证
## 验证
-
python -c "import vllm; print(vllm.
\_\_
version__)",版本号与官方版本同步,查询该软件的版本号,例如0.8.5;
-
python -c "import vllm; print(vllm.
\_\_
version__)",版本号与官方版本同步,查询该软件的版本号,例如0.8.5
.post1
;
## Known Issue
## Known Issue
-
无
-
无
...
...
setup.py
View file @
c8a2d2a4
...
@@ -574,9 +574,9 @@ def get_version_add(sha: Optional[str] = None) -> str:
...
@@ -574,9 +574,9 @@ def get_version_add(sha: Optional[str] = None) -> str:
new_version_content
=
f
"""
new_version_content
=
f
"""
try:
try:
__version__ = "0.8.5"
__version__ = "0.8.5
.post1
"
__version_tuple__ = (0, 8, 5)
__version_tuple__ = (0, 8, 5)
__hcu_version__ = f'0.8.5+
{
version
}
'
__hcu_version__ = f'0.8.5
.post1
+
{
version
}
'
from vllm.version import __version__, __version_tuple__, __hcu_version__
from vllm.version import __version__, __version_tuple__, __hcu_version__
except Exception as e:
except Exception as e:
...
...
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