Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ base_model:
|
|
| 11 |
base_model_relation: quantized
|
| 12 |
---
|
| 13 |
# Qwen3-Coder-Next-E400
|
| 14 |
-
Base model: [Qwen/Qwen3-Coder-Next](https://
|
| 15 |
|
| 16 |
This repo trims 22% of the experts (512 → 400);
|
| 17 |
|
|
@@ -30,8 +30,8 @@ The model format and serving setup (vLLM/SGLang versions and launch commands) ma
|
|
| 30 |
|
| 31 |
### 【Model Download】
|
| 32 |
```python
|
| 33 |
-
from
|
| 34 |
-
snapshot_download('
|
| 35 |
```
|
| 36 |
|
| 37 |
### 【Overview】
|
|
|
|
| 11 |
base_model_relation: quantized
|
| 12 |
---
|
| 13 |
# Qwen3-Coder-Next-E400
|
| 14 |
+
Base model: [Qwen/Qwen3-Coder-Next](https://huggingface.co/Qwen/Qwen3-Coder-Next)
|
| 15 |
|
| 16 |
This repo trims 22% of the experts (512 → 400);
|
| 17 |
|
|
|
|
| 30 |
|
| 31 |
### 【Model Download】
|
| 32 |
```python
|
| 33 |
+
from huggingface_hub import snapshot_download
|
| 34 |
+
snapshot_download('QuantTrio/Qwen3-Coder-Next-E400', cache_dir="your_local_path")
|
| 35 |
```
|
| 36 |
|
| 37 |
### 【Overview】
|