Closed TheLounger closed 10 months ago
Please set the following environment variable for whatever OS you are on TRAINER_TELEMETRY=0
Ah, thanks! Maybe put that in your script?
Should be able to do that, but Ill need to test that pushing the environment variable works across Win/Linux/Mac without any complaints. Ill look into it.
Have a good Christmas! :)
This should work:
os.environ['TRAINER_TELEMETRY'] = '0'
Currently in a training session so can't test anything, but that's how Oobabooga does it.
Yeah Id spotted that one. Given it a few checks and updated as it should be fine. Otherwise. Hope you're enjoying it/finding it generally works well! Have a good Christmas! (or however you celebrate the holidays)
Please generate a diagnostics report and upload the "diagnostics.log".
https://github.com/erew123/alltalk_tts/tree/main?#-how-to-make-a-diagnostics-report-file
Describe the bug Coqui
trainer
package uses tracking/analytics and cannot work offline.To Reproduce
Screenshots N/A
Text/logs
Desktop (please complete the following information): AllTalk was updated: 2023-12-24 da0445489e77a077ddfcac2da744065dfb2c3985 Custom Python environment: Yes, Miniconda environment made with Oobabooga
start_windows.bat
, Python 3.11. Text-generation-webUI was updated: N/AAdditional context It's possible to start the training by commenting out this line but there probably is a better/cleaner way to get rid of their shenanigans.