Update seed in CPU UTs to avoid flaky failure with single test (#7544)

This commit is contained in:
YanbingJiang
2025-06-26 12:25:50 +08:00
committed by GitHub
parent 2390a2bc8d
commit 0e05fe8cf4
11 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ from sglang.srt.layers.moe.topk import grouped_topk_gpu as native_grouped_topk
from sglang.srt.models.llama4 import Llama4MoE
from sglang.test.test_utils import CustomTestCase
torch.manual_seed(0)
torch.manual_seed(1234)
# This is used by the Deepseek-V2 model