Smudge error: Error downloading flax_model.msgpack

#28
by julian-q - opened

Hi,

I'm trying to download opt-350m via lfs with git clone https://huggingface.co/facebook/opt-350m but for some reason I get the following error:

Cloning into 'opt-350m'...
remote: Enumerating objects: 112, done.
remote: Total 112 (delta 0), reused 0 (delta 0), pack-reused 112
Receiving objects: 100% (112/112), 556.34 KiB | 4.49 MiB/s, done.
Resolving deltas: 100% (57/57), done.
Downloading flax_model.msgpack (662 MB)
Error downloading object: flax_model.msgpack (e70fc22): Smudge error: Error downloading flax_model.msgpack (e70fc2225b84a806461f18321e9fc0761f1cb649801abe42a5e894b0e11ad891): [e70fc2225b84a806461f18321e9fc0761f1cb649801abe42a5e894b0e11ad891] Object does not exist: [404] Object does not exist

Errors logged to /mnt/workdisk/julian/opt-350m/.git/lfs/logs/20230704T012732.345408455.log
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: flax_model.msgpack: 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 :/'

Any ideas? Thanks so much.

Sign up or log in to comment