oliverkinch

Results 2 issues of oliverkinch

Running: ```sh python helpers/model_init_scripts/init_model_600M.py ./parler-tts-untrained-600M --text_model "google/flan-t5-large" --audio_model "parler-tts/dac_44khZ_8kbps" ``` I get the following trace: ```sh Traceback (most recent call last): File "/home/ubuntu/parler-tts/helpers/model_init_scripts/init_model_600M.py", line 21, in encodec = AutoModel.from_pretrained(encodec_version) File...

Fix https://github.com/EuroEval/EuroEval/issues/1306 @mrkowalski can you make a review and tell me if you think this solves the issue?