add seed in CPU UTs to avoid flaky failure (#7333)
This commit is contained in:
@@ -8,6 +8,8 @@ from utils import make_non_contiguous, precision
|
||||
|
||||
from sglang.test.test_utils import CustomTestCase
|
||||
|
||||
torch.manual_seed(0)
|
||||
|
||||
|
||||
class TestNorm(CustomTestCase):
|
||||
M = [4096, 1024]
|
||||
|
||||
Reference in New Issue
Block a user