From cc2a9ad4f1358cab838f5567c285979b9f4480cd Mon Sep 17 00:00:00 2001 From: Kevin-Yang Date: Sun, 27 Oct 2024 00:45:38 +0900 Subject: [PATCH] modified for linting Signed-off-by: Kevin-Yang --- vllm/model_executor/models/qwen2_cls.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vllm/model_executor/models/qwen2_cls.py b/vllm/model_executor/models/qwen2_cls.py index cb12cce3d4780..67ad4337477f5 100644 --- a/vllm/model_executor/models/qwen2_cls.py +++ b/vllm/model_executor/models/qwen2_cls.py @@ -1,10 +1,10 @@ # coding=utf-8 # Adapted from # https://huggingface.co/Qwen/Qwen2.5-Math-RM-72B/blob/main/modeling_qwen2_rm.py -# Copyright 2024 Kakao Corp(Kanana-X Team). +# Copyright 2024 Kakao Corp. (Kanana-X Team) # Copyright 2024 The Qwen team. # Copyright 2023 The vLLM team. -"""Inference-only Qwen2-Classification model compatible with HuggingFace weights.""" +"""Inference-only Qwen2-Classification model compatible with HF weights.""" from typing import Iterable, List, Optional, Tuple import torch