tiny fix the usage of test_logprobs (#20473)
This commit is contained in:
@@ -31,12 +31,12 @@ Usage
|
|||||||
|
|
||||||
Step 1: Generate Baseline (Before Code Changes)
|
Step 1: Generate Baseline (Before Code Changes)
|
||||||
```bash
|
```bash
|
||||||
python test/srt/test_logprobs.py gen
|
python test/manual/test_logprobs.py gen
|
||||||
```
|
```
|
||||||
|
|
||||||
Step 2: Test Against Baseline (After Code Changes)
|
Step 2: Test Against Baseline (After Code Changes)
|
||||||
```bash
|
```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.
|
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.
|
The test passes if the maximum and mean differences are within the tolerance thresholds.
|
||||||
|
|||||||
Reference in New Issue
Block a user