fix: remove qlora config from model_config

This commit is contained in:
csunny 2023-06-08 20:07:36 +08:00
parent 0948bc45bc
commit e918687705

View File

@ -43,7 +43,6 @@ LLM_MODEL_CONFIG = {
# Load model config
ISLOAD_8BIT = True
ISDEBUG = False
QLORA = os.getenv("QUANTIZE_QLORA") == "True"
VECTOR_SEARCH_TOP_K = 10
VS_ROOT_PATH = os.path.join(os.path.dirname(os.path.dirname(__file__)), "vs_store")