he commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -111,7 +111,6 @@ M2.7 features strengthened character consistency and emotional intelligence. We
|
|
| 111 |
- MiniMax Agent: https://agent.minimax.io/
|
| 112 |
- MiniMax API: https://platform.minimax.io/
|
| 113 |
- Token Plan: https://platform.minimax.io/subscribe/token-plan
|
| 114 |
-
- MiniMax M2.7 is also available on [NVIDIA NIM Endpoint](https://build.nvidia.com)
|
| 115 |
|
| 116 |
## Local Deployment Guide
|
| 117 |
|
|
@@ -135,6 +134,10 @@ We recommend using [Transformers](https://github.com/huggingface/transformers) t
|
|
| 135 |
|
| 136 |
You also can get model weights from [modelscope](https://modelscope.cn/models/MiniMax/MiniMax-M2.7).
|
| 137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 138 |
### Inference Parameters
|
| 139 |
|
| 140 |
We recommend using the following parameters for best performance: `temperature=1.0`, `top_p = 0.95`, `top_k = 40`. Default system prompt:
|
|
|
|
| 111 |
- MiniMax Agent: https://agent.minimax.io/
|
| 112 |
- MiniMax API: https://platform.minimax.io/
|
| 113 |
- Token Plan: https://platform.minimax.io/subscribe/token-plan
|
|
|
|
| 114 |
|
| 115 |
## Local Deployment Guide
|
| 116 |
|
|
|
|
| 134 |
|
| 135 |
You also can get model weights from [modelscope](https://modelscope.cn/models/MiniMax/MiniMax-M2.7).
|
| 136 |
|
| 137 |
+
### NVIDIA NIM
|
| 138 |
+
|
| 139 |
+
MiniMax M2.7 is also available on [NVIDIA NIM Endpoint](https://build.nvidia.com).
|
| 140 |
+
|
| 141 |
### Inference Parameters
|
| 142 |
|
| 143 |
We recommend using the following parameters for best performance: `temperature=1.0`, `top_p = 0.95`, `top_k = 40`. Default system prompt:
|