-
Notifications
You must be signed in to change notification settings - Fork 224
Feature: add gpt oss and qwen3 models to kvbench #1108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| # SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
| # | ||
| # Licensed under the Apache License, Version 2.0 (the "License"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can shorten the license to the first two lines only:
SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved# SPDX-License-Identifier: Apache-2.0
| kv_size = int(kv_size / self.num_layers) | ||
| if kv_size <= 0: | ||
| raise ValueError("Invalid KV Size: 0") | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the extra spacing issue here and others below
What?
Added support for Qwen3 and GPT-OSS model configurations in kvbench
How?
Added Qwen3 model configurations
Added GPT-OSS model configurations