Parameter broadcasting problem with torch node

This thread mentions that true broadcasting is not supported in Pennylane version 0.30 within qnn.TorchLayer. (“true parameter broadcasting within qnn.TorchLayer isn’t supported. I.e., you can still “broadcast”, but what happens under the hood is a serial execution, not parallel. So, it looks like broadcasting is happening, but really isn’t.”)

Does this status still prevails or there are ways to perform true broadcasting in the latest versions of pennylane within qnn.TorchLayer?