Maksym Taran

Results 23 comments of Maksym Taran

I looked at various ways of stopping and restarting our task/run containers. In order from highest to lowest fidelity: docker checkpoints, docker stop, and docker commit. 1. `docker checkpoint`: Done...

Thanks for the feedback! Another reason I didn't really want to try going for full `docker snapshot` is that snapshot/restore for nvidia GPUs is still very experimental/research-stage, which would kinda...

Okay, I think I'll go with GitHub's registry since that's already set up (I used it for k8s tests earlier). Unless someone has objections. - [ ] start doing `docker...

My high-level thought is that we should have a new `runStatus` (cf [here](https://github.com/METR/vivaria/blob/main/server/src/migrations/schema.sql#L656-L666)) that mean "blocked on machine allocation", and thus that runs in that state won't be selected by...

I agree about it being potentially risky -- an existing test already showed me one place where the original refactoring missed a piece. Unfortunately I don't think I'll be able...

> and that git clean -fdx node_modules server ui shared would fix it. Fix it as in "if I wanted to switch between running locally vs. running in compose, I'd...

Opinions: - There will definitely be cases where people want to assign two or more reasons to a trace entry, so we should make this column an array type. -...

> I'm not sure I understand the proposed solution. will the filtering be over both the type and the new reason field? or would we have two separate types of...