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
Don't try to compile the model descriptors, compile the model property on the descriptor
i didn't compile the model descriptors, i compile the model property in the descriptor. but the model property are decorated by "@Property" . it can't be set externally
the code like this will raise "can't set attribute model"
Oh that's strange... Well, in that case you could try accessing the model directly by doing ._model instead, but since this is a private property, linters might yell at you for it.
I tried to compile the model using torch.compile, but the attribute ”model“ of the model descriptor cannot be set externally
The text was updated successfully, but these errors were encountered: