David Aronchick
David Aronchick
``` ❯ bacalhau-1.4.0 version ... failed to setup repo: failed to reconcile repo: failed to initialize repo: failed to initialize repo: failed to create user key: user key file already...
Hi! Full disclosure - I'm the cofounder of Bacalhau (bacalhau.org). We're a distributed compute platform that would run great as a hyperparameter optimization platform that i THINK would be super...
Hi! I'm David Aronchick, co-founder of Bacalhau (bacalhau.org). I was looking at your project and it seems like a terrific overlap! I was wondering if there was an opportunity to...
## Summary This pull request introduces a `streaming_file` input component designed for continuously reading from files with high reliability. It functions similarly to `tail -F` but adds critical features for...
Just something to think about for the future - here's what training on multi-node kubernetes looks like. https://www.run.ai/blog/multi-node-distributed-training-on-kubernetes-with-run-ai-and-pytorch
If users put an agent on their nodes, it'd be great to allow them to do the following: - Real-time GPU Utilization Monitoring: See exactly how much each GPU is...
https://blog.bacalhau.org/p/unleash-the-power-of-gpus-for-docker But when i run it, i get this: ``` ❯ bacalhau job list CREATED ID JOB TYPE STATE 21:56:23 j-b964e897 docker batch Running ❯ bacalhau docker run --gpus all...
``` ❯ bacalhau serve -c test-config.yaml 11:52:24 | INF Config loaded from: [/Users/daaronch/code/bacalhau-examples/setting-up-bacalhau-cluster/setting-up-bacalhau-network-aws-spot/test-config.yaml], and with data-dir /Users/daaronch/.bacalhau Error: invalid address type in Server API Host config: https://4ada178a98-aee8-4d5f-b8db-ee6514735347.us1.cloud.expanso.io ``` Assume it's...
What am i supposed to do about it? here's what i ran: ``` bacalhau docker run --gpu=1 nvcr.io/nvidia/cuquantum-appliance:24.11-x86_64 python /home/cuquantum/examples/ghz.py ``` This container runs fine as is on the node....