chore:v0.6.2 tag (#2148)

This commit is contained in:
Aries-ckt
2024-11-22 11:29:46 +08:00
committed by GitHub
parent 0580a54a10
commit 5203145b2a
6 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,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.6.1")
DB_GPT_VERSION = os.getenv("DB_GPT_VERSION", "0.6.2")
BUILD_NO_CACHE = os.getenv("BUILD_NO_CACHE", "true").lower() == "true"
LLAMA_CPP_GPU_ACCELERATION = (