Closed Veeeetzzzz closed 4 months ago
When I run the Google Colab notebook, it throws an error when I reach this command, I believe it's down to a corrupt safetensors installation
mars5, config_class = torch.hub.load('Camb-ai/mars5-tts', 'mars5_english', trust_repo=True)
I fixed it by manually upgrading safetensors and using this command
!pip install --upgrade safetensors
I'm planning to run this locally - but thought it might be useful to publish my fix and perhaps the Colab file can be updated
Thanks for the catch, updated the colab notebook with new safetensors dependency.
When I run the Google Colab notebook, it throws an error when I reach this command, I believe it's down to a corrupt safetensors installation
mars5, config_class = torch.hub.load('Camb-ai/mars5-tts', 'mars5_english', trust_repo=True)
I fixed it by manually upgrading safetensors and using this command
!pip install --upgrade safetensors
I'm planning to run this locally - but thought it might be useful to publish my fix and perhaps the Colab file can be updated