SaaSHub helps you find the best software and product alternatives Learn more β
Top 7 Python serving Projects
-
Ray
Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
Project mention: Amazon's Exabyte-Scale Migration from Apache Spark to Ray on Amazon EC2 | news.ycombinator.com | 2024-07-29Yeah, mmap, I think this is the relevant line [1].
Fun fact, very early on, we used to create one mmapped file per serialized object, but that very quickly broke down.
Then we switched to mmapping one large file at the start and storing all of the serialized objects in that file. But then as objects get allocated and deallocated, you need to manage the memory inside of that mmapped file, and we just repurposed a malloc implementation to handle that.
[1] https://github.com/ray-project/ray/blob/21202f6ddc3ceaf74fbc...
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
π Scaling Databases for GenAI π€ Streaming Vectors Webinar π SQL, NoSQL, Vectors π± Super new model from MS - GRIN MoE πΌ Salesforce Keynote π’ RDBMS vs Vector DB πββ¬ DBTA Top 75 π LitServe π Langchain with Filtering π₯οΈ PDF Extract Kit π½ LLM Testing π₯οΈ Easy Milvus Schema Generation πUber's Query GPT
-
-
pinferencia
Python + Inference - Model Deployment library in Python. Simplest model inference server ever.
-
Project mention: Ask HN: Is there any software you only made for your own use but nobody else? | news.ycombinator.com | 2024-07-04
I made https://github.com/notAI-tech/fastDeploy for ease of use of deploying Deep learning models.
Except me and the team at my company nobody uses it.
After I made it lot of solutions came in this space, but IMO this is the easiest one to use still.
-
Python serving discussion
Python serving related posts
-
A full-stack Python model serving library
-
LitServe: Fast serving engine for AI models
-
Aviary: Compare Open Source LLMs for cost, latency and quality
-
[N] Aviary: Comparing Open Source LLMs for cost, latency and quality
-
Anyscale's Aviary is a dashboard for evaluating Open Source LLMs
-
Popular Machine Learning Deployment Tools
-
A note from our sponsor - SaaSHub
www.saashub.com | 6 Oct 2024
Index
What are some of the best open-source serving projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | Ray | 33,295 |
2 | evadb | 2,630 |
3 | LitServe | 2,203 |
4 | MetaSpore | 642 |
5 | pinferencia | 561 |
6 | fastDeploy | 96 |
7 | sdk-python | 24 |