-
Hi, I am very new to deep learning and want to run the example code first. After running this command:
!python3 -m pip install -U git+https://github.com/facebookresearch/audiocraft#egg=audiocraft
I …
-
https://github.com/facebookresearch/audiocraft/blob/5d8752d3568858f1f77747dfb82b40ef9538c4b2/demos/musicgen_app.py#L190-L192
After initializing the client:
```
client.submit("facebook/musicgen-…
-
Ryan,
Final Step - I have created all steps per below instruction however I am missing Openvino Sub-component Menus created under /usr/local/lib/openvino-models. I use ASUS Chromebook. Where is "op…
-
What should I specify as the `model_type` in the JSON file?
from transformers import AutoModel
model = AutoModel.from_pretrained("zxhezexin/openlrm-obj-base-1.1")
ValueError: Unrecogniz…
-
I tried the MusciGen model with torch.compile but the resulting audio is cacaphonous without any musical integrity.
It works fine when I only decorate the encodec model functions like this with tor…
-
Hello,
I have 8 * A40(48G) GPUs, so I wanna use them all for training and inferencing.
But I can't find the Multi-GPU things like DataParallel or DistributedDataParallel in train.py code, maybe …
-
Is there any way the Flash Attention 2 support for this model? if there is a way to do it i would love to get involved and help out!
I've tried implement by looking at [MusicGen's one ](https://git…
-
Hello, cool to see that other people are also interested in training musicgen.
I see that you used part of my repo, however my repo doesnt really works (imo) and breaks the model, as the outputs so…
-
when try to run:
dora grid musicgen.musicgen_base_32khz
raise RuntimeError('Could not detect "srun", are you indeed on a slurm cluster?'
Is "dora grid" and "dora run" the same in training if I do…
-
I know that Replicate supports [streaming output](https://replicate.com/docs/streaming) for LLM's.
Is there any reason this shouldn't be easy to implement for streaming audio?
One very obvious…