Skip to content
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

Fixing Dockerfile change I proposed myself, which doesn't work + Fix for Finetune.py #534

Merged

Conversation

RenNagasaki
Copy link

@RenNagasaki RenNagasaki commented Feb 25, 2025

Removed from Dockerfile: "-m trainer.distribute --script" not working currently since coqui doesn't seem to be able to run multiple gpus.

Changed finetune IP from 127.0.0.1 to 0.0.0.0: Making it accessible. 127.0.0.1 blocks any access from outside the container.

Changed the print behaviour: Error type prints should always be printed for easier pinpointing where the problem is.

@erew123 I hope that's fine that I mix myself in here now aswell? 😆

…to be able to run multiple gpus

changing finetune from 127.0.0.1 to 0.0.0.0 so it's accessible.
@RenNagasaki RenNagasaki changed the title Fixing change I proposed myself, which doesn't work + Fix for Finetune.py Fixing Dockerfile change I proposed myself, which doesn't work + Fix for Finetune.py Feb 25, 2025
@erew123
Copy link
Owner

erew123 commented Feb 27, 2025

@RenNagasaki Absolutely fine mixing yourself in. @Paladinium is driving the dockerfile build, I dont see any issues with how it is after the reverted changes, so as long as @Paladinium is happy to pull this in, Im all good with it too.

@Paladinium Paladinium merged commit cef6d8c into erew123:alltalkbeta Feb 27, 2025
1 check passed
@Paladinium
Copy link
Collaborator

Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants