rtp-llm icon indicating copy to clipboard operation
rtp-llm copied to clipboard

git clone Error

Open hz0ne opened this issue 1 year ago • 3 comments

When I clone repo, git lfs notify the This repository is over its data quota. Error, and break the cloning process. Plz check the necessary file sizes and fix quota.

Error detail:

$ git-lfs filter-process
Error downloading object: maga_transformer/models/test/testdata/llama/AquilaChat2-7B/pytorch_model.bin (30e2f24): Smudge error: Error downloading maga_transformer/models/test/testdata/llama/AquilaChat2-7B/pytorch_model.bin (30e2f243cf6380041d865181f71f9d1d270162b1b712c06fed66cd5aee50d332): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

hz0ne avatar Jul 02 '24 06:07 hz0ne

We will fix it later. You can skip lfs download for now, as most of these files are used for testing.

ySingularity avatar Jul 03 '24 09:07 ySingularity

the same problem I got

khan-yin avatar Jul 04 '24 05:07 khan-yin

Workaround for skipping lfs download: git lfs install --skip-smudge

Reference https://stackoverflow.com/questions/42019529/how-to-clone-pull-a-git-repository-ignoring-lfs

TianyuLi0 avatar Jul 12 '24 03:07 TianyuLi0