hpcaitech / Open-Sora

Open-Sora: Democratizing Efficient Video Production for All
https://hpcaitech.github.io/Open-Sora/
Apache License 2.0
22.26k stars 2.18k forks source link

Process Getting Killed on Inference #737

Open ronit29 opened 1 week ago

ronit29 commented 1 week ago

I am using the Docker image as in README On executing the inference command, After getting the config , the process starts but gets killed by itself at one point

I believe its probably when it tries to build module model = ( build_module( cfg.model, MODELS, input_size=latent_size, in_channels=vae.out_channels, caption_channels=text_encoder.output_dim, model_max_length=text_encoder.model_max_length, enable_sequence_parallelism=enable_sequence_parallelism, ) .to(device, dtype) .eval() )

Screenshot 2024-11-05 at 2 40 54 PM

My machine is an Mac M2 Pro.

github-actions[bot] commented 4 days ago

This issue is stale because it has been open for 7 days with no activity.