facebookresearch / audiocraft

Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.
MIT License
20.17k stars 2.01k forks source link

omegaconf.errors.ConfigKeyError: Missing key aws #420

Open vjfn1990 opened 4 months ago

vjfn1990 commented 4 months ago

Hi all. I'm trying to execute the "dora run" command in AWS, specifically as a Task Definition running on ECS, and I'm getting the following error, which I haven't been able to solved. Here is the error I'm getting. Any help to sort out this issue would be highly appreciated.

child = self._get_node( File "/usr/local/lib/python3.9/site-packages/omegaconf/dictconfig.py", line 480, in _get_node raise ConfigKeyError(f"Missing key {key!s}") omegaconf.errors.ConfigKeyError: Missing key aws full_key: aws object_type=dict

jbm-composer commented 3 months ago

I'm having the same issue—did you manage to resolve this? I have also tried adding the -d flag, btw, but same error.

zioli24 commented 3 months ago

I'm having the same issue—did you manage to resolve this? I have also tried adding the -d flag, btw, but same error.

i create env by the following yml https://github.com/jasonppy/VoiceCraft/blob/master/environment.yml

pip install -e git+https://github.com/facebookresearch/audiocraft.git@c5157b5bf14bf83449c17ea1eeb66c19fb4bc7f0#egg=audiocraft

and i replaced "DEFAULT_TEAM = "default" in ../src/audiocraft/audiocraft/environment.py line47 with DEFAULT_TEAM = "labs"