I have the following toy model excerpted from the Qwen3OmniMoeAudioEncoder model and I'm hitting two data-dependent expression errors in the FX graph generation step. import torch import torch.nn as ...