mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-06 11:31:12 +00:00
chore: Not cache package in local file default
This commit is contained in:
2
setup.py
2
setup.py
@@ -14,7 +14,7 @@ from setuptools import find_packages
|
||||
with open("README.md", mode="r", encoding="utf-8") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
BUILD_NO_CACHE = os.getenv("BUILD_NO_CACHE", "false").lower() == "true"
|
||||
BUILD_NO_CACHE = os.getenv("BUILD_NO_CACHE", "true").lower() == "true"
|
||||
LLAMA_CPP_GPU_ACCELERATION = (
|
||||
os.getenv("LLAMA_CPP_GPU_ACCELERATION", "true").lower() == "true"
|
||||
)
|
||||
|
Reference in New Issue
Block a user