Skip to content

Commit

Permalink
fixing broken port number in lightGBM example (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
edshee authored Sep 1, 2022
1 parent 60b671b commit 1ee5d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/lightgbm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ inference_request = {
]
}

endpoint = "http://localhost:8788/v2/models/iris-lgb/versions/v0.1.0/infer"
endpoint = "http://localhost:8080/v2/models/iris-lgb/versions/v0.1.0/infer"
response = requests.post(endpoint, json=inference_request)

response.json()
Expand Down

0 comments on commit 1ee5d33

Please sign in to comment.