iesahin / xvc

A robust (🐢) and fast (🐇) MLOps tool for managing data and pipelines in Rust (🦀)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update `XvcStorage` trait functions to receive absolute cache directory instead of `XvcRoot`

iesahin opened this issue · comments

  • Instead of xvc_root, it will be used to generate upload/download paths.
  • We can pass a temp directory (for receive) or pass the cache directly (for send).
  • xvc file send and xvc file bring will be decoupled from xvc storage.
    This will enable to use the same machinery for e.g. experiments.