6 ms·
Using git is another option, you'll get the actual commits/history to reference: GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/unsloth/Qwen3.8-27B-GGU
by 14u2c 28d ago
Using git is another option, you'll get the actual commits/history to reference:
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/unsloth/Qwen3.8-27B-GGUF https://huggingface.co/unsloth/Qwen3.8-27B-GGUF
cd Qwen3.8-27B-GGUF
git lfs pull --include="Qwen3.8-27B-UD-Q8_K_XL.gguf" --exclude=""
- prima-facie 27d agoThis is very cool, thanks
- boredatoms 27d agoAh this feels much nicer than learning yet another custom vendor cli thing
- kristjansson 27d agohf download maintains each downloaded version in a commit-hash-addressed snapshots dir, with symlinks to the underlying files content-addressed in a blobs dir. It’s not quite git, but it is a stable reference path.