How to get the grad norm of a deepspeed-zero3 model after accelerator.prepare()

Hi, I want to ask how to get the grad norm of a prepared model especially with DeepSpeed-Zero3. The model.parameters() is empty.

Thanks!