Skip to content

Commit d79c4a0

Browse files
committed
whitespaces fix
1 parent 149e5d2 commit d79c4a0

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

model_api/tests/integration/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ In short, this is a smoke/integration check for model usability, not an accuracy
3434

3535
Defined in `tests/integration/conftest.py`:
3636

37-
- `--model-path` (default: `None`)
37+
- `--model-path` (default: `None`)
3838
Local file, local directory, or `hf://repo_id`
39-
- `--device` (default: `AUTO`)
39+
- `--device` (default: `AUTO`)
4040
Target inference device, e.g. `CPU`, `GPU`, `AUTO`
41-
- `--author` (default: `OpenVINO`)
41+
- `--author` (default: `OpenVINO`)
4242
HF Hub author/organization used when `--model-path` is not passed
43-
- `--collection` (default: `vision`)
43+
- `--collection` (default: `vision`)
4444
HF Hub collection under `author`
4545

4646
> Note: because `author`/`collection` have defaults, running this test without args attempts HF Hub discovery [OpenVINO/vision](https://huggingface.co/collections/OpenVINO/vision) unless you explicitly pass `--model-path`.
@@ -75,7 +75,6 @@ uv --directory model_api run pytest tests/integration/test_model.py --author hf_
7575
uv --directory model_api run pytest tests/integration/test_model.py --model-path hf://OpenVINO/resnet50-int8-ov
7676
```
7777

78-
7978
### Single local model with absolute path
8079

8180
```bash

0 commit comments

Comments
 (0)