mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-02-02 23:49:07 +00:00
6 lines
150 B
Python
6 lines
150 B
Python
import pytest
|
|
import torch
|
|
|
|
from colossalai.utils.cuda import get_current_device
|
|
from colossalai.utils.model.colo_init_context import ColoInitContext
|