You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the three models locally and modified the script file.
But I got an error like this
My question is, can't the model be loaded locally for use? Do I have to log in to huggingface every time I execute a script? My network speed is too slow, if I need to download every time, it will take a long time for me to wait. Who can help me, thank you very much. @shonenkov@zeroshot-ai@apolinario@Gugutse@ivksu@williamberman@sayakpaul@estability
The text was updated successfully, but these errors were encountered:
My question is, can't the model be loaded locally for use? Do I have to log in to huggingface every time I execute a script? My network speed is too slow, if I need to download every time, it will take a long time for me to wait. Who can help me, thank you very much.
The checkpoints within this library are downloaded with a utility called hf_hub_download() provided by the Hugging Face Hub library. The files downloaded with this utility are supposed to be automatically cached already actually.
wow, it is indeed so. When I execute the script repeatedly, the model files are automatically cached. But I got another error, my graphics card model is NVIDIA A5000.
stage3 doesn't execute perfectly, getting the following error.
thank you very much.
I downloaded the three models locally and modified the script file.
But I got an error like this
My question is, can't the model be loaded locally for use? Do I have to log in to huggingface every time I execute a script? My network speed is too slow, if I need to download every time, it will take a long time for me to wait. Who can help me, thank you very much.
@shonenkov @zeroshot-ai @apolinario @Gugutse @ivksu @williamberman @sayakpaul @estability
The text was updated successfully, but these errors were encountered: