mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-23 10:33:46 +00:00
fix: remove qlora config from model_config
This commit is contained in:
parent
0948bc45bc
commit
e918687705
@ -43,7 +43,6 @@ LLM_MODEL_CONFIG = {
|
|||||||
# Load model config
|
# Load model config
|
||||||
ISLOAD_8BIT = True
|
ISLOAD_8BIT = True
|
||||||
ISDEBUG = False
|
ISDEBUG = False
|
||||||
QLORA = os.getenv("QUANTIZE_QLORA") == "True"
|
|
||||||
|
|
||||||
VECTOR_SEARCH_TOP_K = 10
|
VECTOR_SEARCH_TOP_K = 10
|
||||||
VS_ROOT_PATH = os.path.join(os.path.dirname(os.path.dirname(__file__)), "vs_store")
|
VS_ROOT_PATH = os.path.join(os.path.dirname(os.path.dirname(__file__)), "vs_store")
|
||||||
|
Loading…
Reference in New Issue
Block a user