mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-13 05:01:44 +00:00
[hotfix] torchvison fx unittests miss import pytest (#1277)
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user