HuggingFaceModelDownloader icon indicating copy to clipboard operation
HuggingFaceModelDownloader copied to clipboard

Feature request: Select files to download

Open JohnnyC0rp opened this issue 10 months ago • 1 comments

Sometimes, repo contains different files with different quantised qulity, and I want to pick only one Examaple: https://huggingface.co/TheBloke/llama2_70b_chat_uncensored-GGUF

JohnnyC0rp avatar Mar 31 '24 17:03 JohnnyC0rp

This is already possible using the filter option, please check the readme instruction, from the main readme:

Download Model: TheBloke/vicuna-13b-v1.3.0-GGML and Get GGML Variants: q4_0,q5_0 in Separate Folders

bash <(curl -sSL https://g.bodaay.io/hfd) -f -m TheBloke/vicuna-13b-v1.3.0-GGML:q4_0,q5_0

bodaay avatar Apr 01 '24 10:04 bodaay