Skip to content

Commit

Permalink
fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkpa committed Oct 28, 2022
1 parent d02cecd commit 7f37e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cloud_storage_stream_inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pip install s3fs
python stream_inference.py
```
This example -
- Reads **amazon_review_polarity_csv.tar.gz** file from MinIO usign S3 API
- Reads **amazon_review_polarity_csv.tar.gz** file from MinIO using S3 API
- Reads **test.csv** file from the tar file
- Extracts customer review string
- Creates a torchserve batch inference REST API requests with customer review string and sends it to torchserve for inference
Expand Down

0 comments on commit 7f37e8e

Please sign in to comment.