From 9f732ee3fab424aa883f21ba12789927117cd691 Mon Sep 17 00:00:00 2001 From: fengyixing Date: Sun, 27 Apr 2025 10:45:34 +0800 Subject: [PATCH] test pipeline --- tests/st/python/test_vllm_deepseek_bf16_part.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/st/python/test_vllm_deepseek_bf16_part.py b/tests/st/python/test_vllm_deepseek_bf16_part.py index c19dd14a..f3b20632 100644 --- a/tests/st/python/test_vllm_deepseek_bf16_part.py +++ b/tests/st/python/test_vllm_deepseek_bf16_part.py @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://wwww.apache.org/licenses/LICENSE-2.0 +# http://wwww.apache.org/licenses/LICENSE-2.0 # # Unless required by application law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, -- Gitee