From 33db137d0b2933cc7a4e86d7c3b54e175c022351 Mon Sep 17 00:00:00 2001 From: ophilia-lee Date: Tue, 15 Jul 2025 17:41:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EvLLM=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=8F=82=E6=95=B0yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- benchmarks/yaml/request_yaml/vLLM_default.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 benchmarks/yaml/request_yaml/vLLM_default.yaml diff --git a/benchmarks/yaml/request_yaml/vLLM_default.yaml b/benchmarks/yaml/request_yaml/vLLM_default.yaml new file mode 100644 index 000000000..4be43ad1b --- /dev/null +++ b/benchmarks/yaml/request_yaml/vLLM_default.yaml @@ -0,0 +1,11 @@ +top_p: 1.0 +temperature: 1.0 +metadata: + min_tokens: 1 +max_tokens: 30721 +repetition_penalty: 1.0 +frequency_penalty: 0 +presence_penalty: 0 +skip_special_tokens: false +chat_template_kwargs: + enable_thinking: true \ No newline at end of file