Faster-whisper-XXL no longer works in Fedora 41 #502
Replies: 5 comments 5 replies
-
Will be fixed in the next version, meanwhile you can apply fix as there: #495 |
Beta Was this translation helpful? Give feedback.
-
Thanks much. Eagerly looking forward to it. The fix #495, patchelf --clear-execstack libctranslate2-d3638643.so.4.4.0 doesn't work. Might have something to do with the fact that I'm using the xfce4 spin, not mainline Fedora 42. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
From a fresh install of faster-whisper-xxl (which took about seven tries to download, network issues here this morning):
I tried running faster-whisper-xxl both ways, before and after patchelf, same failure:
Machine is an AMD Ryzen 7 5700U laptop (Acer A315-44P). The faster-whisper-xxl command is being invoked from a line in a bash script which is the AppRun executable file of a ROX-Filer app directory. The bash script appends a timestamp to the filename of a copied image in a tmpfs ramdrive of each video file being transcribed, so that more than one video can be transcribed simultaneously at maximum speed (formerly I was using fw-xxl on a homebuilt dual Haswell Xeon E5-2696v3 tower having 36 physical cores, so 72 threads). Been using fw-xxl for about a year from this bash script. It ran just fine up through Fedora 41. The invocation line is:
|
Beta Was this translation helpful? Give feedback.
-
Bullseye. Ya nailed it, partner. There are two copies of libctranslate2-d3638643.so.4.4.0, one each in the subdirs _xxl_data Evidently it's the copy in _xxl_data/ctranslate2.libs which gets looked for first and used. After running the patchelf command on that one, success. Thanks much. Hi ho Silver--away!!! |
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.
-
Er, I mean Fedora 42. I just upgraded the Fedora version from 41 to 42 and faster-whisper-xxl no longer works, it throws the error:
Beta Was this translation helpful? Give feedback.
All reactions