Closed yaboijbigs closed 2 months ago
Hi @yaboijbigs
Its fair to say that your Python Environment isnt correct, specifically Pytorch. This is shown here:
nvcc --version
is showing the CUDA Development Toolkit version, not the Pytorch CUDA version. These are 2x separate things and therefore not directly related to one another.
I have no idea why your D drive is inaccessible/has an I/O error, but this is an issue reported by Windows. Ive updated the diagnostics to work around that.
I would assume this is back to what I mentioned earlier about the Python environment not being correct.
I see you are using Onedrive, this could be causing you issues storing such large amounts of information this way. Onedrive can remove files from your computer, to only be stored in the cloud unless called back to disk. I cannot say IF such a system of pulling files back from the cloud would or wouldnt work in a timely way. AllTalk runs on lots of code that is not written by myself and I am unable to validate all their code. Please see here for a reference about Onedrive behaviour https://support.microsoft.com/en-gb/office/use-onedrive-and-storage-sense-in-windows-10-to-manage-disk-space-de5faa9a-6108-4be1-87a6-d90688d08a48
Because of the various things above, I can only give you general guidance. Suggestions are:
1) Open a command prompt and run the atsetup.bat 2) Git Pull the updates, Delete the AllTalk environment, Purge the Pip cache and re-setup the Python Environment.
3) Watch out for errors during installation. Once complete, you can try again and you would at least be able to run the diagnostics if there is an issue.
As mentioned, there may be issues storing things like this withing a Onedrive folder location, which you may need to investigate separately, along with figuring out why your D drive is inaccessible (though D drive being inaccessible is not causing AllTalk any issues and the diagnostics should now run irrespective).
Thanks
🔴 If you have installed AllTalk in a custom Python environment, I will only be able to provide limited assistance/support. AllTalk draws on a variety of scripts and libraries that are not written or managed by myself, and they may fail, error or give strange results in custom built python environments.
🔴 Please generate a diagnostics report and upload the "diagnostics.log" as this helps me understand your configuration.
https://github.com/erew123/alltalk_tts/tree/main?#-how-to-make-a-diagnostics-report-file
Describe the bug
When I try to run a diagnostics, I get this error:
When I try to run finetune, I get this error:
When I run start, it says CUDA isn't detected, despite nvcc --version giving me a valid 11.8. :
To Reproduce I installed the standalone version and followed all the instructions to a tee.
Screenshots Code attached above
Text/logs If applicable, copy/paste in your logs here from the console.
See above
Desktop (please complete the following information): AllTalk was updated: [approx. date] Custom Python environment: [yes/no give details if yes] Text-generation-webUI was updated: [approx. date]
Additional context Add any other context about the problem here.
Side note: sorry if this is the incorrect way to file an issue -- this is my first time doing it. Happy to help and do anything needed to resolve :)