If you experience crashes while using Sugoi v9 for MTL, you can follow these steps:
- Download
xuatServer.zip
https://drive.google.com/file/d/1yZLSrOe82-XXtXOKP1IgUoXqIB1kevcB/view?usp=sharing
- Extract and place
xuatServer.py
in\Code\backendServer\Program-Backend\Sugoi-Japanese-Translator\offlineTranslation\
- Set the path to
xuatServer.py
inCustomServerScriptPath
- EnableCuda=True, and EnableCtranslate2=True
Example of the setting is as follows:
[SugoiOfflineTranslator]
InstallPath=C:\Tool\Sugoi_Toolkit_V9.1_235323\Code
ServerPort=14467
EnableCuda=true
MaxBatchSize=5000
EnableShortDelay=true
DisableSpamChecks=true
LogServerMessages=false
EnableCTranslate2=true
CustomServerScriptPath=C:\Tool\Sugoi_Toolkit_V9.1_235323\Code\backendServer\Program-Backend\Sugoi-Japanese-Translator\offlineTranslation\xuatServer.py