From acc4d6874964552f172bfd4fffc40568fa6556ab Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Mon, 12 Feb 2024 19:27:05 -0500 Subject: [PATCH] chore(blog): add provider links --- docs/blog/index.md | 7 +++++++ docs/blog/posts/anyscale.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/blog/index.md b/docs/blog/index.md index fd386c5..d3543ce 100644 --- a/docs/blog/index.md +++ b/docs/blog/index.md @@ -17,6 +17,13 @@ The goal of the blog is to capture some content that does not neatly fit within - [What are the fundamentals of batch processing with async in Python?](posts/learn-async.md) - [How can I stream models to improve latency?](posts/generator.md) +## Integrations + +- [Ollama](posts/ollama.md) +- [llama-cpp-python](posts/llama-cpp-python.md) +- [Anyscale](posts/anyscale.md) +- [Together Compute](posts/together.md) + ## Talks - [What were the key insights and topics covered at the AI Engineering Summit 2023?](posts/aisummit-2023.md) diff --git a/docs/blog/posts/anyscale.md b/docs/blog/posts/anyscale.md index 21c6a58..c1adcf5 100644 --- a/docs/blog/posts/anyscale.md +++ b/docs/blog/posts/anyscale.md @@ -1,7 +1,7 @@ --- draft: False date: 2023-12-15 -slug: patching +slug: anyscale tags: - patching - open source