HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sthoward

no profile record

Submissions

We put 1M files into DVC, Git-LFS, and Oxen.ai

docs.oxen.ai
7 points·by sthoward·2 tahun yang lalu·4 comments

comments

sthoward
·11 bulan yang lalu·discuss
We built `oxen` to solve the issues we (and many others) had with DVC and LFS. The highlights: open source cli and server, mirrors git for easy learning, handles large files and millions of files, performant af. Would love feedback if you check it out.

https://github.com/Oxen-AI/Oxen

or check out the performance numbers https://docs.oxen.ai/features/performance
sthoward
·tahun lalu·discuss
DeepSeek... so hot right now.
sthoward
·2 tahun yang lalu·discuss
Really well written Mathi.
sthoward
·2 tahun yang lalu·discuss
Try Oxen.ai
sthoward
·2 tahun yang lalu·discuss
Great thought. Right now we are optimizing for moving data from machine A to machine B, but getting data to the GPU is interesting. We're on it.
sthoward
·2 tahun yang lalu·discuss
Hey all, If you haven't seen the Oxen project yet, we have been building an open source unstructured data version control tool.

We were inspired by the idea of making large machine learning datasets living & breathing assets that people can collaborate on, rather than the static ones of the past. Lately we have been working hard on optimizing the underlying Merkle Trees and data structures with in Oxen.ai and just released v0.19.4 which provides a bunch of performance upgrades and stability to the internal APIs.

To put it all to the test, we decided to benchmark the tool on the 1 million+ images in the classic ImageNet dataset.

The TLDR is Oxen.ai is faster than raw uploads to S3, 13x faster than git-lfs, and 5x faster than DVC. The full breakdown can be found here.

https://docs.oxen.ai/features/performance

If you are in the ML/AI community, or rust aficionados, would love to get your feedback on both the tool and the codebase. We would love some community contribution when it comes to different storage backends and integrations into other data tools.