Commit 748a22bb authored by weishb's avatar weishb
Browse files

update README.md

parent 770cdd2f
...@@ -104,8 +104,8 @@ curl http://127.0.0.1:8000/v1/chat/completions \ ...@@ -104,8 +104,8 @@ curl http://127.0.0.1:8000/v1/chat/completions \
| **模型名称** | **权重大小** | **DCU型号** | **最低卡数需求** | **下载地址** | | **模型名称** | **权重大小** | **DCU型号** | **最低卡数需求** | **下载地址** |
| :------------------: | :----------: | :-----------: | :--------------: | :----------------------------------------------------------: | | :------------------: | :----------: | :-----------: | :--------------: | :----------------------------------------------------------: |
| Qwen3-Next-80B-A3B-Instruct | 80B | BW1000 | 4 | [Modelscope](https://www.modelscope.cn/models/Qwen/Qwen3-Next-80B-A3B-Instruct) | | Qwen3-Next-80B-A3B-Instruct | 80B | BW1000,K100AI | 4 | [Modelscope](https://www.modelscope.cn/models/Qwen/Qwen3-Next-80B-A3B-Instruct) |
| Qwen3-Next-80B-A3B-Thinking | 80B | BW1000 | 4 | [Modelscope](https://www.modelscope.cn/models/Qwen/Qwen3-Next-80B-A3B-Thinking) | | Qwen3-Next-80B-A3B-Thinking | 80B | BW1000,K100AI | 4 | [Modelscope](https://www.modelscope.cn/models/Qwen/Qwen3-Next-80B-A3B-Thinking) |
......
...@@ -11,4 +11,4 @@ appCategory=对话问答 ...@@ -11,4 +11,4 @@ appCategory=对话问答
# 框架类型 # 框架类型
frameType=vllm frameType=vllm
# 加速卡类型 # 加速卡类型
accelerateType=BW1000 accelerateType=BW1000,K100AI
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment