Benedikt Rötsch
                                            Benedikt Rötsch
                                        
                                    I will make sure this plugin supports modern ESM and then upgrade our dependencies.
> The code itself looks great to me! This is a significant improvement and jumps out to me as a methodical approach to making it happen. > > A few...
Will fix: * https://github.com/contentful/contentful-sdk-core/issues/324
This is published as `8.1.5-9.x-alpha.1` (Will be later published as v9 due to breaking changes)
@mgoudy91 isnt the contenful.js already released using this? We probably should release this then as well.
There is no option to enable insecure updates in our API. To properly migrate your content types, we just released https://github.com/contentful/migration-cli which takes care of omitting fields before deleting them....
Okay, we discussed this and decided to integrate omitting of the fields to this tool as well. I still recommend the migration-cli for more complex usage, but expect a feature...
You need to export your freshly trained models first, then the error is gone! For example: ``` python3 -m vall_e.export ~/vall-e/ckpts/LJSpeech-1.1/ar/model/default/mp_rank_00_model_states.pt yaml=config/LJSpeech-1.1/ar.yml python3 -m vall_e.export ~/vall-e/ckpts/LJSpeech-1.1/nar/model/default/mp_rank_00_model_states.pt yaml=config/LJSpeech-1.1/nar.yml ```
You probably are executing it with a very old version of node. Optional chaining is part of JS since 2020 😅 Can you please try it with node v18.12.1 or...