TorchDSP / torchsig

TorchSig is an open-source signal processing machine learning toolkit based on the PyTorch data handling pipeline.
MIT License
170 stars 38 forks source link

Git LFS exceeded data quota #246

Closed jogomojo closed 1 month ago

jogomojo commented 1 month ago

Describe the bug
When cloning the torchsig repository an error occurs related to Git LFS preventing the download of certain large files. The error message indicates that the repository has exceeded its data quota.

To Reproduce
Steps to reproduce the behavior:

  1. Clone the repo
    git clone https://github.com/TorchDSP/torchsig.git
  2. Wait for the repository to be cloned.
  3. Observe the error message during the download process for LFS-managed files.

Expected behavior
The repository should clone successfully, with all files, including those managed by Git LFS, should be downloaded without errors.

Error Message

Downloading gr-spectrumdetect/examples/detect.pt (273 MB)
Error downloading object: gr-spectrumdetect/examples/detect.pt (16a7c7b): Smudge error: Error downloading gr-spectrumdetect/examples/detect.pt (16a7c7b49b6ee04c7bcaee593977dcfb27ea7486c8ccaebe1ee03ca418fed6af): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

Errors logged to /home/jng/scratch/torchsig/.git/lfs/logs/20240923T231017.135572472.log
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: gr-spectrumdetect/examples/detect.pt: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

Desktop (please complete the following information):

Additional context

MattCarrickPL commented 1 month ago

Thanks for reporting @jogomojo. I personally wasn't able to recreate the problem, but we are looking at it internally and working on a fix.

MattCarrickPL commented 1 month ago

Please let us know if you have any more problems @jogomojo

jogomojo commented 1 month ago

@MattCarrickPL the problem seems to be fixed now, thank you.