Skip to content

Update VLM Reamde for v6.1 Specifications#2591

Open
Victor49152 wants to merge 5 commits into
mlcommons:masterfrom
CentML:mingyuanm/update_vlm_v6.1_readme
Open

Update VLM Reamde for v6.1 Specifications#2591
Victor49152 wants to merge 5 commits into
mlcommons:masterfrom
CentML:mingyuanm/update_vlm_v6.1_readme

Conversation

@Victor49152
Copy link
Copy Markdown

No description provided.

@Victor49152 Victor49152 requested a review from a team as a code owner May 21, 2026 18:02
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 21, 2026

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

Comment thread multimodal/qwen3-vl/README.md Outdated
Comment thread multimodal/qwen3-vl/README.md Outdated
Comment thread multimodal/qwen3-vl/README.md Outdated
Comment thread multimodal/qwen3-vl/README.md Outdated

### Configure the benchmark

Example configs live under [endpoints/examples/08_Qwen3-VL-235B-A22B_Example](https://github.com/mlcommons/endpoints/tree/381d13bbd27d6d52306813a51dc4e44295222d7e/examples/08_Qwen3-VL-235B-A22B_Example). Set the endpoint URL in the YAML file to match your server address and port:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be explicit, we should probably specify which fields in that yaml file might be adjusted by the submitter, and which fields are frozen (in which case if a submission changed it, the submission is invalid) -> which brings up a point that maybe we need a compliance test to validate the yaml file?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated this part. I believe the yaml config should be verified by submission checker?

Comment thread multimodal/qwen3-vl/README.md Outdated
Victor49152 and others added 2 commits May 22, 2026 18:24
@Victor49152 Victor49152 requested a review from wangshangsam May 23, 2026 01:51
Copy link
Copy Markdown
Contributor

@wangshangsam wangshangsam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some nits but LGTM overall!


#### Fields that the submitter **should** update to match their server status:

- Served model name:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Served model name:
- Served model name (to match the actual, probably quantized, model checkpoint):

name: "Qwen/Qwen3-VL-235B-A22B-Instruct"
```

- Endpoints url and port:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Endpoints url and port:
- The URL and port number of the endpoint:

Comment on lines +72 to +76
```yaml
load_pattern:
type: "poisson"
target_qps: 6.5
```
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```yaml
load_pattern:
type: "poisson"
target_qps: 6.5
```
```yaml
load_pattern:
target_qps: 6.5
```

Removing type: "poisson" to avoid the misunderstanding that type could be changed.


#### Fileds that the submitter **MUST NOT** change for valid results:

- Sampling parameters that specified in scection [Reference Implementation Specification](#reference-implementation-specification)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Sampling parameters that specified in scection [Reference Implementation Specification](#reference-implementation-specification)
- Sampling parameters specified in the section [Reference Implementation Specification](#reference-implementation-specification)


- Sampling parameters that specified in scection [Reference Implementation Specification](#reference-implementation-specification)

- Datasets (Neither performance or accuracy dataset)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Datasets (Neither performance or accuracy dataset)
- Datasets (neither for performance evaluation nor for accuracy evaluation)


#### Fields that the submitter **may** customize for performance tuning:

- Target_qps (for server and interactive mode):
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Target_qps (for server and interactive mode):
- Target QPS (for the server and interactive scenarios):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants