schuttdev commited on
Commit
7fcffbe
·
verified ·
1 Parent(s): 9479be9

Fix license metadata: mit -> other (minimax-m2.7-license, non-commercial); add license notice

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
- license: mit
 
 
3
  base_model: MiniMaxAI/MiniMax-M2.7
4
  tags:
5
  - hipfire
@@ -11,6 +13,11 @@ library_name: hipfire
11
 
12
  # hipfire-MiniMax-M2.7
13
 
 
 
 
 
 
14
  [hipfire](https://github.com/Kaden-Schutt/hipfire)-native quantizations of
15
  [MiniMax-M2.7](https://huggingface.co/MiniMaxAI/MiniMax-M2.7) — a 229B-parameter
16
  (≈10B active) MoE: GQA attention with per-layer QK-norm, partial rotate_half
 
1
  ---
2
+ license: other
3
+ license_name: minimax-m2.7-license
4
+ license_link: LICENSE
5
  base_model: MiniMaxAI/MiniMax-M2.7
6
  tags:
7
  - hipfire
 
13
 
14
  # hipfire-MiniMax-M2.7
15
 
16
+ > **License:** Non-commercial use only per the upstream MiniMax license;
17
+ > commercial use requires prior written authorization from MiniMax (see the
18
+ > [LICENSE](LICENSE) file in this repo, copied verbatim from
19
+ > [MiniMaxAI/MiniMax-M2.7](https://huggingface.co/MiniMaxAI/MiniMax-M2.7/blob/main/LICENSE)).
20
+
21
  [hipfire](https://github.com/Kaden-Schutt/hipfire)-native quantizations of
22
  [MiniMax-M2.7](https://huggingface.co/MiniMaxAI/MiniMax-M2.7) — a 229B-parameter
23
  (≈10B active) MoE: GQA attention with per-layer QK-norm, partial rotate_half