Skip to content

Commit 5980604

Browse files
rogeryounghxuebi
andauthored
Fix MiniMax-M2 copyright (#27537)
Signed-off-by: xuebi <[email protected]> Co-authored-by: xuebi <[email protected]>
1 parent 361a746 commit 5980604

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

vllm/model_executor/models/minimax_m2.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
33

4-
# Adapted from
5-
# https://github.com/huggingface/transformers/blob/v4.28.0/src/transformers/models/llama/modeling_llama.py
4+
# Copyright 2025 The MiniMax AI team.
65
# Copyright 2023 The vLLM team.
7-
# Copyright 2023 DeepSeek-AI and the HuggingFace Inc. team. All rights reserved.
6+
# Copyright 2022 EleutherAI and the HuggingFace Inc. team. All rights reserved.
87
#
98
# This code is based on EleutherAI's GPT-NeoX library and the GPT-NeoX
109
# and OPT implementations in this library. It has been modified from its

0 commit comments

Comments
 (0)