Ruslan Kuprieiev
Ruslan Kuprieiev
We validate cache too much, almost every operation (status/repro/checkout/etc) does it every time and even though they don't rehash the files, it still takes a lot of time to validate...
`git chec-ignore` will error-out if you try to use a path that is in submodule. Seems like `dvc check-ignore` should do the same with our subrepos. See https://github.com/iterative/dvc/pull/6000#discussion_r631438598
Introduces a new `--include-mig` opt-in flag that produces new `nvidia_smi_mig_info` metric with basic MIG values like: * uuid - MIG uuid * name - MIG name, e.g. `MIG 1g.10gb` *...
When branches have wildly different remote setups, those configs are not taken into account during fetch/push/status -c --all-tags/branches/etc Example: ``` #!/bin/bash set -e set -x rm -rf mytest mkdir mytest...