Sami Jawhar
Sami Jawhar
## Purpose Parallel K8s jobs have two modes: Indexed and NonIndexed (default). Indexed jobs have some nice abilities, for example each job gets a `JOB_COMPLETION_INDEX` environment variable so it could...
I implemented this function while working on a paper and decided it belongs in this excellent project. I will add tests (I have been comparing to output from R), but...
Bringing this over [from Discord](https://discord.com/channels/485586884165107732/563406153334128681/804843290980515841). What I'd like is a command to use in a CI/CD process to check that the DVC pipeline is in a valid state. By "valid",...
## Requested Functionality If you're using k8s as your compute environment and you're operating on-prem, it's quite likely that you also have some kind of shared storage system (e.g. NFS)....
## Requested Functionality When running a large parallel job on a k8s cluster, I might have many more tasks that need to be run than I have pods to run...
# Bug Report ## Description * When I `dvc fetch` a subdirectory of an `import`ed asset (tracked by `.dvc` file), I see a "N files fetched" message. However, doing `dvc...
Since `ConfigDict` uses a `CaseInsensitiveOrderedMultiDict` to store its values, and since access tokens are not case-inensitive, using `url.insteadOf` to insert credentials into the clone URL does not work (unless your...
I realized after merging #467 that it was getting the FIRST agent state, not the last one. Luckily, Nobody's actually used this yet for unkilling a run of an agent...
Score log can get too big for `spawn`, causing `E2BIG` error. Details: Use a file instead Testing: - [x] covered by automated tests - [x] tested manually
Two separate venvs: 1. `/opt/pyhooks` for `python_server` and `agent_output` (communicating with server) 2. `/opt/agent` for agent code The thing is NOT to source `activate`, which allows the following flexibility: *...