Skip to content

Commit

Permalink
fix IP change
Browse files Browse the repository at this point in the history
  • Loading branch information
jimburtoft authored Feb 3, 2024
1 parent df986a4 commit 3f1ab89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/inf2/sdxl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can also call the service via the REST API directly:

```bash
curl \
-X POST http://127.0.0.1:8000/v1/infer \
-X POST http://<service-ip>:8000/v1/infer \
-H 'Content-Type: application/json' \
-d '{
"model_id": "stabilityai/stable-diffusion-xl-base-1.0-inf2",
Expand Down

0 comments on commit 3f1ab89

Please # to comment.