AI-186: Evaluate faster-whisper's performance on device#107
Conversation
|
@itsPronay You could improve legibility of the graphs by using larger font sizes and darker colors for titles, labels, and scales. Also, consider reducing the thickness of the bars and using thicker x-axis line in the graph for a cleaner appearance. For example:
Use a Logarithm graph for graphs where few values are much larger than the others with zoomed in inset linear graph for the smaller values. For example:
|
|
@biplab1 Thanks for your suggestions.
We cannot freely modify font sizes in Weights & Biases. We are limited to predefined options: Regarding the titles (e.g., While it is possible to modify titles in the web UI, those changes are only local and will not persist if someone else reruns the notebook.
Most of these aspects are not configurable in Weights & Biases (except for scale colors, those RGB colours in the image). That being said, while visual clarity is important but the primary focus here is on effective experiment tracking and comparison using weights & biases. |
|
@itsPronay Ah got it, I didn’t realize these were auto-generated in Weights & Biases. Also, I meant only title size, not content, examples were just for illustration. |
Co-authored-by: Biplab Dutta <biplabdutta27@gmail.com>
|
what's the need of qualcomm ai hub here? |
@staru09 , Qualcomm AI Hub is needed to run models on mobile devices (qualcomm powered mobile devices.) The target devices you see here (e.g., S25 Ultra, S24, Pixel 3a) are provided by Qualcomm AI Hub for benchmarking purposes. After running the evaluations, it provides detailed benchmarking results such as latency, memory usage, and overall performance, which helps in analyzing how the model behaves across different hardware configurations. |
|
CLA check = Passed |



Jira - https://mifosforge.jira.com/browse/AI-186
This PR introduces the main benchmarking script for evaluating Faster Whisper models on mobile devices.
Changes:
Results