fix mla test (#3469)

This commit is contained in:
Yineng Zhang
2025-02-10 21:12:00 +08:00
committed by GitHub
parent d23cb9a01e
commit 4fe92bfca5

View File

@@ -57,7 +57,7 @@ jobs:
docker exec -w /sglang-checkout/test/srt ci_sglang python3 test_eval_accuracy_large.py
mla-test-1-gpu-amd:
if: github.repository == 'sgl-project/sglang' && github.event.pull_request.draft == false
if: github.event.pull_request.head.repo.fork == false && github.event.pull_request.draft == false
runs-on: linux-mi300-gpu-1
steps:
- name: Checkout code