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

[runtime] clean up CompiledModel #1350

Open
pilkicTT opened this issue Feb 28, 2025 · 0 comments
Open

[runtime] clean up CompiledModel #1350

pilkicTT opened this issue Feb 28, 2025 · 0 comments

Comments

@pilkicTT
Copy link
Contributor

The CompiledModel object contains both ForgeGraphModule and CompiledGraphState objects for each graph (fwd, bwd and opt). Both of these classes essentially encapsulate Graph with additional info.

We should figure out a way to reorganize this. Possibly swap these out with new runtime structures that are coming with the runtime refactoring /runtime stitching/new tensor changes.

@pilkicTT pilkicTT added this to the [FFE] Runtime v1 milestone Feb 28, 2025
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