Guy Smoilovsky

Results 20 comments of Guy Smoilovsky

Hey, I created a consistent reproduction of this issue in this repo: https://github.com/guysmoilov/golang-throttled-fileserver **The root cause is that the HTTP retries don't send from the start of the pushed file...

I'm working on debugging the client in DVC to find the root cause and fix it ASAP but no luck so far

I narrowed it down further: The problem is the aiohttp_retry RetryClient, which gets passed a data chunk generator in DVC's implementation of HTTPFileSystem. The generator doesn't seek to the start...

> This is fixed in the latest dvc-data/dvc-objects releases and will be available in the next DVC release. In the meantime, you can manually install the latest dvc-data to get...

Thanks @PuneethaPai ! I think you covered everything. I didn't know that CML comments primarily on commits - DAGsHub doesn't have such an API yet, I'll update here if this...

@sfalkner I would like to use BOHB for long running training jobs as well, on preemptible instances. I can't imagine that all workers will survive the whole optimization process. It...

@indweller Thanks for the research! Yes, making git forget a committed file is daly next to impossible for a distributed repo. As the first line in the issue suggests, I...

@indweller I think you also need to run some form of `dvc gc` after `dvc remove`. And sure, thank you!

Interesting potentially relevant project: https://rtyley.github.io/bfg-repo-cleaner/

@pwoolvett Thank you for the interesting idea! This seems to make sense, we have to make sure to interactively ask the user if this was their intention and maybe explain...