Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 15, 2024
1 parent 32e8b71 commit b4621a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions DocSum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ Two ways of consuming Document Summarization Service:
1. Use cURL command on terminal

Text:

```bash
curl -X POST http://${host_ip}:8888/v1/docsum \
-H "Content-Type: application/json" \
Expand Down
3 changes: 1 addition & 2 deletions DocSum/docker_compose/intel/cpu/xeon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ You will have the following Docker Images:
6. MegaService

Text:

```bash
curl -X POST http://${host_ip}:8888/v1/docsum \
-H "Content-Type: application/json" \
Expand Down Expand Up @@ -262,8 +263,6 @@ You will have the following Docker Images:
-F "stream=true"
```



## 🚀 Launch the UI

Several UI options are provided. Default one is set to the Gradio UI.
Expand Down
1 change: 1 addition & 0 deletions DocSum/docker_compose/intel/hpu/gaudi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ You will have the following Docker Images:
6. MegaService

Text:

```bash
curl -X POST http://${host_ip}:8888/v1/docsum \
-H "Content-Type: application/json" \
Expand Down

0 comments on commit b4621a5

Please sign in to comment.