mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-27 19:36:13 +00:00
6 lines
141 B
Python
6 lines
141 B
Python
#!/usr/bin/env python
|
|
# -*- encoding: utf-8 -*-
|
|
|
|
from colossalai.context.parallel_context import global_context
|
|
|
|
__all__ = ['global_context'] |