Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev committed Nov 10, 2023
1 parent 2d548ec commit f34a18d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions tests/post_training/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ NUM_VAL_THREADS=8 pytest --data=<path_to_datasets> --output=./tmp tests/post_tra

Additional arguments:

- `--no-eval` to skip validation step
- `--fp32` to run validation of not quantized model
- `--subset-size=N` to force subset_size of calibration dataset
- `--benchmark` to collect throughput statistics, add `FPS` column to result.csv

- `--no-eval` to skip validation step
- `--fp32` to run validation of not quantized model
- `--subset-size=N` to force subset_size of calibration dataset
- `--benchmark` to collect throughput statistics, add `FPS` column to result.csv

### Examples

Expand Down
2 changes: 1 addition & 1 deletion tests/post_training/test_quantize_conformance.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import traceback
from collections import OrderedDict
from pathlib import Path
from typing import Dict, List, Optional
from typing import Dict, Optional

import pandas as pd
import pytest
Expand Down

0 comments on commit f34a18d

Please sign in to comment.