We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361a746 commit 5980604Copy full SHA for 5980604
vllm/model_executor/models/minimax_m2.py
@@ -1,10 +1,9 @@
1
# SPDX-License-Identifier: Apache-2.0
2
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
3
4
-# Adapted from
5
-# https://github.com/huggingface/transformers/blob/v4.28.0/src/transformers/models/llama/modeling_llama.py
+# Copyright 2025 The MiniMax AI team.
6
# Copyright 2023 The vLLM team.
7
-# Copyright 2023 DeepSeek-AI and the HuggingFace Inc. team. All rights reserved.
+# Copyright 2022 EleutherAI and the HuggingFace Inc. team. All rights reserved.
8
#
9
# This code is based on EleutherAI's GPT-NeoX library and the GPT-NeoX
10
# and OPT implementations in this library. It has been modified from its
0 commit comments