mirror of https://github.com/hpcaitech/ColossalAI
[hotfix] torchvison fx unittests miss import pytest (#1277)
parent
7aadcbd070
commit
ca9d5ee91c
|
@ -10,6 +10,7 @@ from torch.fx import GraphModule
|
|||
import random
|
||||
import numpy as np
|
||||
import inspect
|
||||
import pytest
|
||||
|
||||
MANUAL_SEED = 0
|
||||
random.seed(MANUAL_SEED)
|
||||
|
|
Loading…
Reference in New Issue