erwin solihin

Results 40 comments of erwin solihin

try `batch_size=1` or whatever number of GPU you have

just register and get it here https://yobit.net/en/api/keys/

I don't know, but it work with model large-v3 default ![image](https://github.com/SYSTRAN/faster-whisper/assets/760764/feb925fd-6a75-49d9-801b-fa96a6dce515) with beam_size=1 ![image](https://github.com/SYSTRAN/faster-whisper/assets/760764/7eb444ec-9598-448b-8e4f-3122335b3423)

there is `udpxy.arm64-v8a` on release page https://github.com/ewwink/android-udpxy/releases/tag/1.0

it is because we need to reinitialized `window.YT` (player data), it called from `iframe_api`, the solution is to set it null. it can be done by replacing: ``` value: function...

I don't think we need `resize` event because we only need to set size of parent iframe div to 100% to follow player size, here what i'm talking: ``` //...

the server must response with `.srt` (text) file not `.zip`

> > the server must response with `.srt` (text) file not `.zip` > > Hi, it doesn't matter because stremio can handle zip file you are right, the problem is...

> Hi, I cannot remove `http://127.0.0.1:11470/subtitles.vtt?from=` it originates from the stremio addon SDK, which is used for handling zip subtitles nevermind, I just created my own addon, and I can...