Update seed in CPU UTs to avoid flaky failure with single test (#7544)
This commit is contained in:
@@ -10,7 +10,7 @@ from sglang.srt.layers.rotary_embedding import (
|
||||
)
|
||||
from sglang.test.test_utils import CustomTestCase
|
||||
|
||||
torch.manual_seed(0)
|
||||
torch.manual_seed(1234)
|
||||
|
||||
|
||||
class TestROPE(CustomTestCase):
|
||||
|
||||
Reference in New Issue
Block a user