Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process Getting Killed on Inference #737

Open
ronit29 opened this issue Nov 5, 2024 · 1 comment
Open

Process Getting Killed on Inference #737

ronit29 opened this issue Nov 5, 2024 · 1 comment
Labels

Comments

@ronit29
Copy link

ronit29 commented Nov 5, 2024

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.

@ronit29 ronit29 changed the title Process Gettoing Killed on Inference Process Getting Killed on Inference Nov 5, 2024
Copy link

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

@github-actions github-actions bot added the stale label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant