fiber
fiber copied to clipboard
Distributed Computing for AI Made Simple
Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/usr/local/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/usr/local/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection sock.connect(sa) ConnectionRefusedError:...
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
I believe the README's sentence about referencing the API documentation is meant to say "guide," not "guild." 😄
Hi, I am trying fiber v0.2.1 on local machine. the experiment runs the same task on 4 processes. the task takes approx. 68 secs. while multiprocessing lib works as expected,...
Hi trying to install onto my python project on my local machine running MacOS BigSur 11.3 on Intel x86 hardware. Using the usual `pip install fiber` seems to download the...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
I am trying to run the example pi estimation job on Azure AKS. Everything works fine except when I launch the job with 20 processes on a 4 node AKS...
Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 4.0 to 4.7. Changelog Sourced from rsa's changelog. Version 4.7 - released 2021-01-10 Fix #165: CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS#1 v1.5 decryption code Add padding...
Looks like all works, except for a single test error: [jw@cn06 fiber]$ ./test_local.sh ... tests/test_queue.py::TestQueue::test_queue_balance FAILED [100%] ======================================================= FAILURES ======================================================= _____________________________________________ TestQueue.test_queue_balance _____________________________________________ self = def test_queue_balance(self): # We only...
https://github.com/uber/fiber/blob/b9d519ebfd572e49af7f1c6a235d19d4396207cb/fiber/pool.py#L908 I am getting the following error: ValueError: not enough values to unpack (expected 3, got 2) on line 908 in pool.py. The error is being raised when I am...