Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ LOG_DIR="log"
mkdir -p $LOG_DIR
```

:::note
Qwen3.5 does not currently support TP=16.
:::

## Startup Command - Qwen3.5-27B (2 cards, TP=2, speculative decoding)

```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ LOG_DIR="log"
mkdir -p $LOG_DIR
```

:::note
Qwen3.5 目前不支持 TP=16 场景。
:::

## 启动命令 - Qwen3.5-27B(2卡 TP=2,投机解码)

```bash
Expand Down
Loading