issues
search
bentoml
/
BentoML
The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines, and more!
https://bentoml.com
Apache License 2.0
7.17k
stars
792
forks
source link
doc: fix endpoint url related typos
#5007
Closed
ssheng
closed
1 month ago
ssheng
commented
1 month ago
What does this PR address?
Fixes #(issue)
Before submitting:
[ ] Does the Pull Request follow
Conventional Commits specification
naming? Here are
GitHub's guide
on how to create a pull request.
[ ] Does the code follow BentoML's code style,
pre-commit run -a
script has passed (
instructions
)?
[ ] Did you read through
contribution guidelines
and follow
development guidelines
?
[ ] Did your changes require updates to the documentation? Have you updated those accordingly? Here are
documentation guidelines
and
tips on writting docs
.
[ ] Did you write tests to cover your changes?
What does this PR address?
Fixes #(issue)
Before submitting:
pre-commit run -a
script has passed (instructions)?