-
Notifications
You must be signed in to change notification settings - Fork 291
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
[torchao] Dashboard numbers are missing even when the workflow is succeeded #2415
Comments
Is this because the PR to benchmark is not merged? #2394 |
Looks like something wrong with ShipIt, trying to fix. |
Actually the commit from #2394 already in main, the PR can probably be just closed. This should be irrelevant to the actual issue. |
I think we can close #2405, but this is an independent problem |
I looked at ossci-metrics/torchbench-csv/torchao/ on AWS and it doesn't have any recent runs, only couple of runs from Jun 7 and Jun 8. |
If you look at https://github.com/pytorch/benchmark/actions/runs/10408276046/job/28825370645, WORKFLOW_RUN_ID and WORKFLOW_RUN_ATTEMPT are empty. |
@kit1980 I am curious where are the data reported by the dashboard coming from? https://hud.pytorch.org/benchmark/torchao For example, I can see the latest commit hash is b523f9fe1 (2024/08/18) |
I've realized the data is actually in s3, but because WORKFLOW_RUN_ID and WORKFLOW_RUN_ATTEMPT are not populated, that path to the data includes two literal /, so I missed it. |
#2426 fixed WORKFLOW_RUN_ID problem. |
Yeah data doesn't look correct quite yet - cc @HDCharles |
There was a conflict between my manual run and a nightly run. Let's wait for the result's of today's nightly run. |
OK, I debugged the reason for missing HF. HF is the fastest part (7 hours) vs 17-20 hours for TorchBench and TIMM. So if you select 9860194881 on the right, it will show only HF. |
Direct link to an older date that shows the data for all three: |
TorchAO workflow has fixed a bug (bf0e5a9) and should give reasonable numbers right now, the workflow also succeeded: https://github.com/pytorch/benchmark/actions/workflows/torchao.yml
However, we do not see numbers are updated on the TorchAO dashboard: https://hud.pytorch.org/benchmark/torchao
Only the huggingface numbers are available and only the autoquant numbers are correct:
The text was updated successfully, but these errors were encountered: