We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b68aa commit af584ffCopy full SHA for af584ff
test/config/uc_performance_config.yaml
@@ -0,0 +1,24 @@
1
+# 测试用例列表
2
+server_config:
3
+ model: "qwen3"
4
+ server_url: "http://141.111.32.70:9382"
5
+ tokenizer_path: "/home/models/QwQ-32B"
6
+
7
+test_cases:
8
+ - mean_input_tokens: 600
9
+ stddev_input_tokens: 0
10
+ mean_output_tokens: 300
11
+ stddev_output_tokens: 0
12
+ max_num_completed_requests: 1
13
+ num_concurrent_requests: 1
14
+ additional_sampling_params: "{}"
15
+ hit_rate: 0
16
17
18
19
20
21
22
23
24
0 commit comments