-
Notifications
You must be signed in to change notification settings - Fork 292
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
Running huggingface model benchmark #2529
Comments
cc @williamwen42 @mlazos if you have time to go through this. |
Did a little debugging - error still occurs even with torch.compile disabled (using I think the bug is caused here: https://github.com/jerryzh168/benchmark/blob/ec965d54ec52414af8edd5b009da5a64f22fb812/userbenchmark/dynamo/dynamobench/torchao_backend.py#L66 |
Ah I see, makes sense, thanks! |
verified that this one is because of dictionary input, it's resolved now, thanks for your help! @williamwen42 |
with the same PR: #2519
Running
python run_benchmark.py torchao --performance --inference --bfloat16 --inductor-compile-mode max-autotune --huggingface --ci
Gives error:
The text was updated successfully, but these errors were encountered: