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

graph load fix #525

Merged
merged 7 commits into from
Jan 17, 2024
Merged

graph load fix #525

merged 7 commits into from
Jan 17, 2024

Conversation

strint
Copy link
Collaborator

@strint strint commented Jan 16, 2024

Fix enable vm run

before 0.12.0

681M base_unet_compiled
213M base_vae_compiled

unet load_graph run time 18.721646785736084 seconds
vae load_graph run time 15.710610628128052 seconds

0.12.0

The first graph failed to init with the vm run.

670M base_unet_compiled
180M base_vae_compiled

unet load_graph run time 11.203744411468506 seconds

vae load_graph run time 0.7032978534698486 seconds

after fix

646M base_unet_compiled

180M base_vae_compiled

unet load_graph run time 6.056241512298584 seconds

vae load_graph run time 0.6177430152893066 seconds

Enable graph debug with ONFDIFF_DEUBG

@strint strint changed the title graph load refine graph load fix Jan 16, 2024
@strint strint merged commit b7fc207 into main Jan 17, 2024
0 of 4 checks passed
@strint strint deleted the graph_load branch January 17, 2024 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants