File tree Expand file tree Collapse file tree 3 files changed +689
-37
lines changed
Expand file tree Collapse file tree 3 files changed +689
-37
lines changed Original file line number Diff line number Diff line change @@ -9,43 +9,7 @@ reports:
99
1010database :
1111 backup : " results/"
12- enabled : true
13- host : " 127.0.0.1"
14- port : 3306
15- name : " ucm_pytest"
16- user : " root"
17- password : " 123456"
18- charset : " utf8mb4"
19-
20- models :
21- ip_ports : " "
22- tokenizer_path : " "
23- served_model_name : " "
24- payload : ' '
25- enable_clear_hbm : false
26-
27-
28- # LLM Connection Configuration
29- llm_connection :
30- model : " qwen3"
31- server_url : " http://141.111.32.70:9382"
32- tokenizer_path : " /home/models/QwQ-32B"
33- stream : true # stream output
34- ignore_eos : true # Ignore the returned terminator
35- timeout : 180 # request time out
36-
37- reports :
38- base_dir : " results/reports"
39- use_timestamp : true
40- directory_prefix : " pytest"
41- html : # pytest-html
42- enabled : true
43- filename : " report.html"
44- title : " UCM Pytest Test Report"
45-
46- database :
47- backup : " results/"
48- enabled : true
12+ enabled : false
4913 host : " 127.0.0.1"
5014 port : 3306
5115 name : " ucm_pytest"
@@ -69,6 +33,8 @@ llm_connection:
6933 stream : true # stream output
7034 ignore_eos : true # Ignore the returned terminator
7135 timeout : 180 # request time out
36+ # Offline inference configuration (for accuracy tests)
37+ ucm_storage_dir : " /home/share/accuracy_test"
7238
7339# Environment Pre-Check Configuration
7440Env_preCheck :
You can’t perform that action at this time.
0 commit comments