A recent Pytorch [PR](https://github.com/pytorch/pytorch/pull/166788/changes#diff-4ad321e59efa9c5873050471d6855a1e328a0ba05ec85f963a06958b5d862880L746) changed the `autograd_function_apply` function API by dropping the usage of `args_tensor_mask` keyword argument. Currently, thunder [reads](https://github.com/Lightning-AI/lightning-thunder/blob/fb989d485cf50fcd7645d500fb229f28e318ce52/thunder/core/jit_ext.py#L943) this key in the `kwarg` dict leading to a `KeyError`.