diff --git a/_posts/2024-07-22-kubeflow-1.9-release.md b/_posts/2024-07-22-kubeflow-1.9-release.md index 88ac3ab..0de498c 100644 --- a/_posts/2024-07-22-kubeflow-1.9-release.md +++ b/_posts/2024-07-22-kubeflow-1.9-release.md @@ -166,7 +166,7 @@ Find a detailed Manifests WG roadmap [here](https://github.com/kubeflow/manifest ## KServe -We upgraded to [KServe 0.13](https://kserve.github.io/website/0.13/blog/articles/2024-05-15-KServe-0.13-release/) from the previous version 0.11. This release includes: +We upgraded to [KServe 0.13](https://kserve.github.io/website/0.13/blog/articles/2024-05-15-KServe-0.13-release/). This release includes: - **Enhanced Hugging Face Runtime Support**: Hugging Face models are supported out-of-the-box, implementing a [KServe Hugging Face Serving Runtime](https://github.com/kserve/kserve/tree/master/python/huggingfaceserver). Currently supported tasks include sequence classification, token classification, fill mask, text generation, and text to text generation. - **vLLM Support**: Dedicated runtime support for [vLLM](https://docs.vllm.ai/en/latest/) is now included, streamlining the deployment process for LLMs.