Skip to content

Commit

Permalink
fix(docs): links and broken framework name (#3513)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnphm authored Feb 7, 2023
1 parent a63bea9 commit f8eef68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/concepts/runner.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ analysis with a pre-trained model:

.. note::

Full code example can be found :github:`here <tree/main/examples/custom_runner/nltk_pretrained_model>`_.
Full code example can be found :github:`here <bentoml/BentoML/tree/main/examples/custom_runner/nltk_pretrained_model>`.


The constant attribute ``SUPPORTED_RESOURCES`` indicates which resources this Runnable class
Expand Down
2 changes: 1 addition & 1 deletion docs/source/frameworks/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The following frameworks are supported in pre-1.0 BentoML versions and are being
keras
lightgbm
onnx
picklable_model
picklable
pytorch
pytorch_lightning
sklearn
Expand Down
3 changes: 1 addition & 2 deletions docs/source/reference/frameworks/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ Framework APIs
transformers
tensorflow
xgboost
sklearn
pickable_model
picklable_model
lightgbm

0 comments on commit f8eef68

Please sign in to comment.