We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efccbd3 commit c15bb6bCopy full SHA for c15bb6b
gpt_server/version.py
@@ -1,6 +1,6 @@
1
from typing import Tuple
2
3
-__version__ = "0.3.5"
+__version__ = "0.3.7"
4
short_version = __version__
5
6
pyproject.toml
[project]
name = "gpt_server"
-version = "0.3.6"
+version = "0.3.7"
description = "gpt_server是一个用于生产级部署LLMs或Embedding的开源框架。"
readme = "README.md"
license = { text = "Apache 2.0" }
0 commit comments