skshetry
skshetry
> Are you saying we should focus on approach 2? I am saying that we should start with one integration first. Regarding the first approach, there is a strict requirement...
Maybe I am over optimizing here and is unnecessary, but dependencies can point to multiple dataset versions. That's what I was trying to avoid with this _registration_. ```yaml train: cmd:...
@dberenbaum, how would dvc and Studio understand which dataset is being used in 2a?
Also, do you think 2b) is important? Why don't we push for pinning the dataset for stronger reproducibility? User can update dvc.yaml when they want to update (and could be...
Should params support CSV too?
I'll check when it gets released. Thanks. 🙂
The editable issue seems to be fixed, but it does not work for non-editable installs yet. :(
```console cat pyproject.toml uv pip install "test-project @ ." ``` ```toml [project] name = "test-project" version = "0.0.1" dependencies = ["fsspec"] ``` After I add a dependency, say, `s3fs`, and...
Even without reflink, I think using devdrive is worth it (due to async AV scan). --- Regarding reflink support, there is [`reflink_copy.reflink`](https://github.com/iterative/reflink-copy) which a Python wrapper for [`reflink-copy`](https://github.com/cargo-bins/reflink-copy), which does...
Hi, a minor feedback regarding the colors: I tried to click on them thinking they were links, as all three colors are closer to link colors for links and visited...