uber/fiber
Fiber is a Python distributed computing library that enables AI model training across computer clusters using a multiprocessing-style API.

Velocity · 7d
+0.4
★ / day
Trend
→steady
star history
Fiber provides a distributed computing framework that allows Python programs to run across cluster environments without requiring manual cluster management. It mimics Python’s standard multiprocessing API so developers familiar with multiprocessing can easily scale to cluster computing. The library uses Nanomsg for high-performance async communication and includes built-in fault tolerance for handling worker failures.