Python datacenter

Open-source Python projects categorized as datacenter

Python datacenter Projects

  1. server

    The Triton Inference Server provides an optimized cloud and edge inferencing solution. (by triton-inference-server)

    Project mention: Scuda – Virtual GPU over IP | news.ycombinator.com | 2024-10-09

    This is very interesting but many of the motivations listed are far better served with alternate approaches.

    For "remote" model training there is NCCL + Deepspeed/FSDP/etc. For remote inferencing there are solutions like Triton Inference Server[0] that can do very high-performance hosting of any model for inference. For LLMs specifically there are nearly countless implementations.

    That said, the ability to use this for testing is interesting but I wonder about GPU contention and as others have noted the performance of such a solution will be terrible even with relatively high speed interconnect (100/400gb ethernet, etc).

    NCCL has been optimized to support DMA directly between network interfaces and GPUs which is of course considerably faster than solutions like this. Triton can also make use of shared memory, mmap, NCCL, MPI, etc which is one of the many tricks it uses for very performant inference - even across multiple chassis over another network layer.

    [0] - https://github.com/triton-inference-server/server

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. suzieq

    Using network observability to operate and design healthier networks

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python datacenter discussion

Log in or Post with

Python datacenter related posts

  • Suzieq – Healthier Networks Through Network Observability

    1 project | news.ycombinator.com | 23 Jun 2022
  • Show HN: Netpen.io Visual editor for Linux network scripts generation

    1 project | news.ycombinator.com | 21 Oct 2021

Index

# Project Stars
1 server 9,188
2 suzieq 821

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?