diff --git a/serving_spike.md b/serving_spike.md index b66b299..de45008 100644 --- a/serving_spike.md +++ b/serving_spike.md @@ -31,10 +31,10 @@ The terms 'model serving' and 'model deployment' are often loosely considered to [MLFlow - Deploying MLFlow model to Kubernetes](#mlflow---deploying-mlflow-model-to-kubernetes)\ [MLFlow - Summary](#mlflow---summary) 2. [Model Serving using FastAPI](#2-model-serving-using-fastapi)\ - FastAPI - Model Serving Runtime\ - FastAPI - Model Serving Platforms\ - FastAPI - Deploying MLFlow model to Kubernetes\ - FastAPI - Summary + [FastAPI - Model Serving Runtime](#fastapi---model-serving-runtime)\ + [FastAPI - Model Serving Platforms](#fastapi---model-serving-platforms)\ + [FastAPI - Deploying MLFlow model to Kubernetes](#fastapi---deploying-mlflow-model-to-kubernetes)\ + [FastAPI - Summary](#fastapi---summary) 3. BentoML for Model serving\ BentoML - Model Serving Runtime\ BentoML - Model Serving Platforms\ @@ -106,7 +106,7 @@ Since the detailed steps in the above mentioned document are self explanatory, n --- -