feat: update model registry and implement utility scripts for listing and updating benchmarks#1
Open
sarwar616816 wants to merge 3 commits into
Open
feat: update model registry and implement utility scripts for listing and updating benchmarks#1sarwar616816 wants to merge 3 commits into
sarwar616816 wants to merge 3 commits into
Conversation
added 3 commits
May 13, 2026 12:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Both
list_models.pyandupdate_models.pyare helper tools designed to manage the list of models you are benchmarking. Here is how and when to use them:1.
list_models.pyPurpose: A diagnostic and discovery tool to see what models are available to your API key.
NVIDIA_API_KEYis valid and the API is reachable.idstrings used by NVIDIA without modifying any files.2.
update_models.pyPurpose: A maintenance tool that automatically synchronizes your local
models.jsonwith the latest available chat models.models.json, this script fetches them, filters out non-chat models (like embeddings), formats the names nicely, and updates the file for you.python benchmark.py --restartto ensure you are testing the most current set of models.models.jsonfeels outdated or if you want to ensure all model labels follow a consistent naming convention.Summary Table
list_models.pyupdate_models.pymodels.jsonNote: Always ensure you run them using your virtual environment:
.\.venv\Scripts\python.exe update_models.py