Fix RTX50s unable to play's bug /解决50系无法播放问题 #176
DentistCode
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
**原因:**RTX 50 系显卡对本软件默认的 int8 的支持有变动。
50系显卡比较新,用的是cuda13,而软件用的Faster-Whisper-XXL r245.4停留在2024.03,50系显卡仍未上市
2025.12仍在维护的最新版Faster-Whisper-XXL Pro r3.256.1需要付费。
解决:
LLPlayer.PlayerConfig.json
"ExtraArguments": "",->"ExtraArguments": "--compute_type float16",或者
"ExtraArguments": "",->"ExtraArguments": "--compute_type float32",Eng ver/
Reason: RTX 50 series have changes in their default support for int8.
The 50 series graphics cards are relatively new and use CUDA 13, while the software Faster-Whisper-XXL r245.4 is still at 2024.03 and does not support the 50 series graphics cards yet.
The latest version Faster-Whisper-XXL Pro r3.256.1 that is still maintained as of 2025.12 requires payment.
Solution:
LLPlayer.PlayerConfig.json
"ExtraArguments": "",->"ExtraArguments": "--compute_type float16",Or
"ExtraArguments": "",->"ExtraArguments": "--compute_type float32",Beta Was this translation helpful? Give feedback.
All reactions