disabling Loading checkpoints shards

#23
by idksamk - opened

hello, is there a way to disable the checkpoint shards every time I execute the testing code?
thank you in advance :)

you can download all models file in your local and then give the path of it

could you give me the code on how to do that, I tried but it's not working. if not, is there a different way to speed up the model when executing the code?

could you give me the code on how to do that, I tried but it's not working. if not, is there a different way to speed up the model when executing the code?

To download a models or the entire repo, use Git/TortoiseGit. Very easy
git lfs install
git clone git@hf.co: # example: git clone git@hf.co:bigscience/bloom

Sign up or log in to comment