You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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() )
My machine is an Mac M2 Pro.
The text was updated successfully, but these errors were encountered:
ronit29
changed the title
Process Gettoing Killed on Inference
Process Getting Killed on Inference
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() )
My machine is an Mac M2 Pro.
The text was updated successfully, but these errors were encountered: