mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-23 20:26:15 +00:00
chore:v0.5.4 version and update wechat (#1403)
This commit is contained in:
parent
d55c51a6b7
commit
1c6a897137
Binary file not shown.
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 118 KiB |
@ -1 +1 @@
|
||||
version = "0.5.3"
|
||||
version = "0.5.4"
|
||||
|
2
setup.py
2
setup.py
@ -19,7 +19,7 @@ with open("README.md", mode="r", encoding="utf-8") as fh:
|
||||
IS_DEV_MODE = os.getenv("IS_DEV_MODE", "true").lower() == "true"
|
||||
# If you modify the version, please modify the version in the following files:
|
||||
# dbgpt/_version.py
|
||||
DB_GPT_VERSION = os.getenv("DB_GPT_VERSION", "0.5.3")
|
||||
DB_GPT_VERSION = os.getenv("DB_GPT_VERSION", "0.5.4")
|
||||
|
||||
BUILD_NO_CACHE = os.getenv("BUILD_NO_CACHE", "true").lower() == "true"
|
||||
LLAMA_CPP_GPU_ACCELERATION = (
|
||||
|
Loading…
Reference in New Issue
Block a user