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
Hello, quick related question to #4878 : We can only compile certain parts of our model so just compiling the whole thing as the new option does wouldn't work. Is there a path for this sort of model?
You can pass a function to compile the model with set_compiler_fn. I think you can define a function that compiles only the necessary part of the model and pass it to this API.
This issue aims to track the progress, bugs, and requests regarding the support of
torch.compile
.@tjruwase
Tasks
PRs
torch.compile
supportIssues
The text was updated successfully, but these errors were encountered: