iterative / dvc

🦉 ML Experiments and Data Management with Git
https://dvc.org
Apache License 2.0
13.36k stars 1.16k forks source link

add option to not relink #10389

Closed dberenbaum closed 2 months ago

dberenbaum commented 2 months ago

Adds dvc add --no-relink and dvc commit --no-relink as a way to speed up add, but at the potential cost of lots of copies and maybe having to relink later.

Related to: