-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transcribed subtitle file paths are not returned when skip_trans=True is specified #54
Comments
I will fix it soon in the next minor version.
I have looked into solutions that would enable users to install only the translation-related dependencies using I'm still exploring other options. Any recommendations would be appreciated. |
Is it possible to provide different version of python packages just like:
people who install or
people who install |
Fixed in v1.5.2 |
For those who use GPU computing power on the cloud, they usually choose to run the transcription task separately first. But currently, when
skip_trans=Ture
is enabled in openlrc, the path of transcribed subtitle files will not be returned.openlrc/openlrc/openlrc.py
Lines 193 to 219 in d55fb5b
Another hope is that openlrc can provide a separate translation module that does not rely on pytorch.
I built a translation application with this issue and compiled it using nuitka. I found that it still requires pytorch to be compiled to run, although this seems unnecessary.
openlrc/openlrc/utils.py
Line 17 in d55fb5b
The text was updated successfully, but these errors were encountered: