mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
* move get_max_cuda_memory and set_multi_processing to a public function * fix lint * fix lint * fix lint * delete _set_multi_processing * fix error * rename
5 lines
122 B
Python
5 lines
122 B
Python
# Copyright (c) OpenMMLab. All rights reserved.
|
|
from .utils import get_max_cuda_memory
|
|
|
|
__all__ = ['get_max_cuda_memory']
|