We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I notice this small issue when taking the snapshot link to LLM dashboards. For example, https://hud.pytorch.org/benchmark/llms?startTime=Wed%2C%2026%20Feb%202025%2020%3A09%3A19%20GMT&stopTime=Wed%2C%2005%20Mar%202025%2020%3A09%3A19%20GMT&granularity=day&lBranch=main&lCommit=257e200a2537a8175392d3bb285473ab80867576&rBranch=main&rCommit=257e200a2537a8175392d3bb285473ab80867576&repoName=vllm-project%2Fvllm&benchmarkName=&modelName=All%20Models&backendName=All%20Backends&modeName=All%20Modes&dtypeName=All%20DType&deviceName=All%20Devices&archName=All%20Platforms sets lCommit and rCommit parameters to 257e200a2537a8175392d3bb285473ab80867576, however, loading the page show the wrong right commit where I think it points to the latest commit instead.
lCommit
rCommit
cc @yangw-dev
The text was updated successfully, but these errors were encountered:
[Fix Bug] remove bug to not parse the rcommit (#6364)
8380dad
#6363 this is a typo when refactor the benchmark code, simply remove the [], I think visual studio auto-gen triggered it
27793d0
yangw-dev
No branches or pull requests
I notice this small issue when taking the snapshot link to LLM dashboards. For example, https://hud.pytorch.org/benchmark/llms?startTime=Wed%2C%2026%20Feb%202025%2020%3A09%3A19%20GMT&stopTime=Wed%2C%2005%20Mar%202025%2020%3A09%3A19%20GMT&granularity=day&lBranch=main&lCommit=257e200a2537a8175392d3bb285473ab80867576&rBranch=main&rCommit=257e200a2537a8175392d3bb285473ab80867576&repoName=vllm-project%2Fvllm&benchmarkName=&modelName=All%20Models&backendName=All%20Backends&modeName=All%20Modes&dtypeName=All%20DType&deviceName=All%20Devices&archName=All%20Platforms sets
lCommit
andrCommit
parameters to 257e200a2537a8175392d3bb285473ab80867576, however, loading the page show the wrong right commit where I think it points to the latest commit instead.cc @yangw-dev
The text was updated successfully, but these errors were encountered: