When I try to clone the repo, I get following logs:
$ git clone github.com/.../ML-zoo.gitCloning into 'ML-zoo'...remote: Enumerating objects: 1670, done.remote: Counting objects: 100% (416/416), done.remote: Compressing objects: 100% (242/242), done.remote: Total 1670 (delta 115), reused 365 (delta 114), pack-reused 1254Receiving objects: 100% (1670/1670), 62.90 MiB | 14.92 MiB/s, done.Resolving deltas: 100% (568/568), done.Downloading models/anomaly_detection/micronet_large/tflite_int8/ad_large_int8.tflite (442 KB)Error downloading object: models/anomaly_detection/micronet_large/tflite_int8/ad_large_int8.tflite (f1cd8da): Smudge error: Error downloading models/anomaly_detection/micronet_large/tflite_int8/ad_large_int8.tflite (f1cd8dabc12adb91b89d936bdac3eb3ebff6770bf9b9c449cb800d08fcb160a8): 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 'ML-zoo/.git/lfs/logs/20240502T172006.086014921.log'.Use `git lfs logs last` to view the log.error: external filter 'git-lfs filter-process' failedfatal: models/anomaly_detection/micronet_large/tflite_int8/ad_large_int8.tflite: smudge filter lfs failedwarning: Clone succeeded, but checkout failed.You can inspect what was checked out with 'git status'and retry with 'git restore --source=HEAD :/'
It seems LFS fails because ML-zoo needs to purchase data packs? Any advice here?
Hi Robert, Thank you very much. I can clone the repository now. Appreciate the support!