hf_hub_download function doesn't work

#1
by kadirnar - opened

Hello @merve ,

I want to add hf_download function to Yolov9-pip repo. I tested the code you wrote on a Windows PC. I've been waiting for 10 minutes and it still hasn't finished.

Yolov9-Pip: https://github.com/kadirnar/yolov9-pip

Code:

from huggingface_hub import hf_hub_download 
hf_hub_download("merve/yolov9", filename="gelan-c.pt", local_dir="./")

image.png

Owner

@kadirnar can you check if the file already exists? I can't reproduce this unfortunately :/ or your internet might've hung up as well

merve changed discussion status to closed

Sign up or log in to comment