JunHowie commited on
Commit
4709445
·
verified ·
1 Parent(s): 5c21f0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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://www.modelscope.cn/models/Qwen/Qwen3-Coder-Next)
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 modelscope import snapshot_download
34
- snapshot_download('tclf90/Qwen3-Coder-Next-E400', cache_dir="your_local_path")
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】