Timothy Costigan
Timothy Costigan
@Giuseppe5 `Structure of the workflow was tested in separate branch but ultimately the issue_comment trigger will only run if on the default branch.` https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#issue_comment
> > `Structure of the workflow was tested in separate branch but ultimately the issue_comment trigger will only run if on the default branch.` > > https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#issue_comment > > So...
> You can try to merge this in master in your fork and see what happens there? excellent idea!
> > You can try to merge this in master in your fork and see what happens there? > > excellent idea! Works in fork
From my investigations there doesn't appear to be any straightforward way to work around this issue in PyTorch 2.1 or below.
> We would still have an issue if the state dict the user is trying to load has no bias for certain modules, correct? yes, i'm not sure of the...