return {f: os.path.getmtime(os.path.join(working_dir, f)) for f in os.listdir(working_dir)}
FileNotFoundError: [Errno 2] No such file or directory: ‘my_project_dir’
Obviously, I did the login in HF at the beginning of the script with:
from huggingface_hub import login
login(“my_token”)
What am I missing? Can you help me please? Any suggestion would be super appreciated!
Thank you so much for your kind replies. I am sorry if I could not reply faster, but I tried to login in “discuss.huggingface” many times, but it did not allow me for several days (I still do not know the reason).
Anyway, I found out that FastChat (the reason why I tried to have the .bin) can accept also the file types you can see in the image of my first post.
In any case, @Mit1208 and @mufseera answers could be the solution to the issue and I will give it a try for sure.
For now, I thank you all from the bottom of my heart for your support!