Skip to content

Commit

Permalink
fixes #78: corrected markdown errors and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxence Guindon committed Apr 24, 2024
1 parent c871582 commit 740ec7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/nachet-inference-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ The inference request will return a list with the following information:

*for more look at [nachet-model-documentation](nachet-model-documentation.md#return-value-of-models)*

**topN** contains the top n predictions of a given model. For now, only `Swin` returns a `topN` key with 5 results:
**topN** contains the top n predictions of a given model. For now, only `Swin`
returns a `topN` key with 5 results:

```json
"topN": [
Expand Down Expand Up @@ -290,7 +291,7 @@ async def get_pipelines(connection_string, pipeline_blob_name, pipeline_version,

### Available Version of the JSON file

**_Careful as major update might change pipeline and model attributes_**
***Careful as major update might change pipeline and model attributes***

|Version|Creation Date| Pipelines|
|--|--|--|
Expand Down
1 change: 1 addition & 0 deletions tests/test_inference_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def test_inference_request_successful(self, mock_container):
"topN",
"overlapping",
"overlappingIndices",
"pipeline",
"models"
}

Expand Down

0 comments on commit 740ec7e

Please sign in to comment.