DeepSpeed/accelerator
Quentin Gallouédec 05eaf3d1ca
`warn` to `warning` (#6952)
`warn` is deprecated, see
https://docs.python.org/3/library/logging.html#logging.Logger.warning


```DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead```
2025-01-15 22:08:56 +00:00
..
__init__.py
abstract_accelerator.py
cpu_accelerator.py Don't error out when cpu accelerator doesn't have torch (as default for whl building) (#6886) 2024-12-17 17:30:52 -08:00
cuda_accelerator.py
hpu_accelerator.py hpu_accelerator: use torch.use_deterministic_algorithms (#6897) 2024-12-19 21:13:46 -08:00
mlu_accelerator.py
mps_accelerator.py
npu_accelerator.py
real_accelerator.py `warn` to `warning` (#6952) 2025-01-15 22:08:56 +00:00
xpu_accelerator.py