hhsecond

Results 18 comments of hhsecond

So the issue here is caused by the asymmetry between python's `__getattr__` and `__setattr__` behaviour. The former is called only if the attribute is not found but the latter is...

@oojo12 I have slightly modified the title. As a workaround to your problem, can you try passing the build config as an argument to the init call of super class....

@pranjaldatta fantastic. Let's get this one fixed. Thanks a lot for taking it up.

@pranjaldatta circling back to see if you have got some time to spare on this one? Please don't hesitate to ask questions or seek help incase you need

If we ever remove `storage.Path`, this issue doesn't have much meaning. But if we are keeping it, I still think it's useful to auto infer. But one thing to clarify,...

Do we have the "cluster" feature documented already?

Do we need to close this PR though? Nothing wrong in documenting a warning which is also raised from the code, IMHO

That make sense, but I am wondering what the community doing for time being?

Hi @MarcSkovMadsen, it's not documented anywhere and is not a super clean solution but if this is blocking you, a work around is already being discussed at https://github.com/Lightning-AI/lightning/issues/14700