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
Hi, I am seeing the error TypeError: nf4_detach() missing 1 required positional argument: 'args' when running torchtune's QLoRA FSDP2 recipe on the latest ao nightlies. Full stack trace
This might have been caused by #360 - cc @jerryzh168 @weifengpy did we ever end up merging some sanity tests in ao to detect these kinds of breakages cause relying purely on tune for testing seems less than ideal?
@msaroufim you are right. I will also check FSDP e2e in TorchAO just like how we do it in TorchTune
This might have been caused by #360 - cc @jerryzh168@weifengpy did we ever end up merging some sanity tests in ao to detect these kinds of breakages cause relying purely on tune for testing seems less than ideal?
Hi, I am seeing the error
TypeError: nf4_detach() missing 1 required positional argument: 'args'
when running torchtune's QLoRA FSDP2 recipe on the latest ao nightlies. Full stack traceRepro:
Looks like it's happening when we try to call
fully_shard
on aTransformerDecoderLayer
. When I downgrade to e.g. the 6/8 nightly things seem to work.The text was updated successfully, but these errors were encountered: