From 9c6f16660067478f2890c7b7599e15d78c59ea39 Mon Sep 17 00:00:00 2001 From: Qiaolin Yu Date: Thu, 12 Mar 2026 15:37:45 -0700 Subject: [PATCH] tiny fix the usage of test_logprobs (#20473) --- test/manual/test_logprobs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/manual/test_logprobs.py b/test/manual/test_logprobs.py index 5aa68c5dd..28b3e2723 100644 --- a/test/manual/test_logprobs.py +++ b/test/manual/test_logprobs.py @@ -31,12 +31,12 @@ Usage Step 1: Generate Baseline (Before Code Changes) ```bash -python test/srt/test_logprobs.py gen +python test/manual/test_logprobs.py gen ``` Step 2: Test Against Baseline (After Code Changes) ```bash -python test/srt/test_logprobs.py test +python test/manual/test_logprobs.py test ``` This tests your changes against the locally generated baseline from Step 1. The test passes if the maximum and mean differences are within the tolerance thresholds.