Replies: 3 comments 2 replies
-
It seems pretty unlikely that such a big difference in execution time (>50% slower) is the result of these library changes. Such a big performance drop would have been noticed before. This instance type is CPU only (no GPU present, correct me if I'm wrong). Given the big disparity, could the difference have something to do with the number of threads used? Just a guess. You could try changing your command line to use Note also that if you installed |
Beta Was this translation helpful? Give feedback.
-
Hi @glangford
Until now, although it's not an answer I like ... it seems the "linux version" (maybe some drivers) or the python libraries is the difference and the reason. Please, tell me anything I can do in the systems to try to catch this. As far as I know now ... I recommend the linux the Ubuntu Jammy 20230115 since for me, it's responding 40% faster than any other newer system |
Beta Was this translation helpful? Give feedback.
-
I thought I was on to something with burstable...oh well. :) So there are some interesting performance complaints on 22.04, for example here - I don't use this distribution but maybe this is the next most likely place to look?? https://askubuntu.com/questions/1406263/ubuntu-22-04-runs-too-slow |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It's weird and I want to share it here, since it could generate more problems or secondary effects in other systems.
I have a t2.2xlarge instance in Amazon with same configuration when launching the instance ... step by step, exactly the SAME configuration, same storage HD (30Gb gp2 100 IOPS), same networking, same everything.
I do exactly the same commands at the beginning until the first test with Whisper. Same commands, same updates, same mp3, same everything ;-)
NOTE: first I do the last command to download the model, and then a second command, that is the one I take the execution time
In the first instance I launched 2 months ago, I got 4 minutes 5 seconds of my MP3 to be "Whispered"
Now, I've followed (again, sorry to repeat) the same launch protocol, same configuration, same command lines ... and I got 6 minutes 50 seconds.
After several hours comparing everything, the only different thing that Amazon setup differently is the AMI, and therefore some python librearies installed during the "whisper installation command":
How is possible than a "newer" AMI, with "newer" python libraries leads to a notably slower computation ?
Thank you in advance !
Beta Was this translation helpful? Give feedback.
All reactions