webonnx / wonnx

A WebGPU-accelerated ONNX inference run-time written 100% in Rust, ready for native and the web
Other
1.61k stars 59 forks source link

LFS data quota exceeded #103

Closed SludgePhD closed 1 year ago

SludgePhD commented 2 years ago

It looks like the LFS quota has been exceeded, so only the AWS-hosted data.zip can currently be used to get the data files:

$ git lfs fetch origin
fetch: Fetching reference refs/heads/wgpu-backend-default
batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.                                                                                                                                            
error: failed to fetch some objects from 'https://github.com/webonnx/wonnx.git/info/lfs'

I see that opt-mnist.onnx and single_relu.onnx are only kilobytes/bytes, and opt-squeeze.onnx is only a few MB. Is LFS really necessary for so little data?

haixuanTao commented 2 years ago

The idea is that we might want to add other models and maybe other data for testing.

But ultimately, we should probably remove git lfs and only keep AWS.

pixelspark commented 2 years ago

Interestingly GitHub packages traffic should be unlimited from within GitHub Actions.

pixelspark commented 1 year ago

I got fed up with this and moved the models to the repository itself without LFS. This shouldn't be too much of an issue as it's just a few MB and unlikely to be changed.