chore(blog): add provider links

This commit is contained in:
Jason Liu
2024-02-12 19:27:05 -05:00
parent 2683d5a553
commit acc4d68749
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -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)
+1 -1
View File
@@ -1,7 +1,7 @@
---
draft: False
date: 2023-12-15
slug: patching
slug: anyscale
tags:
- patching
- open source