From b736b99ac3cc89f74998cc51a3f979ab58bc6422 Mon Sep 17 00:00:00 2001 From: ppplum <2802034373@qq.com> Date: Wed, 10 Jun 2026 22:25:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- computility-run.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 computility-run.yaml diff --git a/computility-run.yaml b/computility-run.yaml new file mode 100644 index 0000000..9258162 --- /dev/null +++ b/computility-run.yaml @@ -0,0 +1,19 @@ +gpu_num: 1 +command: + - vllm + - serve + - /model + - --served-model-name + - llm + - --max-model-len + - '4096' + - --gpu-memory-utilization + - '0.9' + - --enforce-eager + - --trust-remote-code + - -tp + - '1' +env: + - name: ENV_NAME + value: ENV_VALUE + \ No newline at end of file