Misplaced global variable `warned` (#5725)
Move the global variable `warned` from
`deepspeed.runtime.zero.parameter_offload.py` to
`deepspeed.runtime.zero.utils.py` to avoid `NameError: name 'warned' is
not defined` when calling `ap
ply_to_tensors_only()` (defined in `deepspeed.runtime.zero.utils.py`).
Co-authored-by: Logan Adams <114770087+loadams@users.noreply.github.com>