config.ini 350 Bytes
Newer Older
Rayyyyy's avatar
Rayyyyy committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[default]
work_dir = /path/to/your/ai/work_dir
bind_port = 8888
mem_threshold = 50
dcu_threshold = 100

[feature_database]
reject_throttle = 0.6165309870679363
embedding_model_path = /path/to/your/text2vec-large-chinese
reranker_model_path = /path/to/your/bce-reranker-base_v1

[llm]
local_llm_path = /path/to/your/internlm-chat-7b
accelerate = False