alibaba / rtp-llm

RTP-LLM: Alibaba's high-performance LLM inference engine for diverse applications.
Apache License 2.0
544 stars 50 forks source link

git clone Error #78

Closed hz0ne closed 3 months ago

hz0ne commented 4 months ago

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.
ySingularity commented 4 months ago

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

khan-yin commented 4 months ago

the same problem I got

TianyuLi0 commented 4 months ago

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