This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Replies: 1 comment
-
Can you provide a minimum reproducible example of the script calling |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was trying to use
load_model_and_alphabet_local
in a DDP script, but it keeps failing. It works with one GPU, andload_model_and_alphabet_hub
also worked. The error message is:Never met this error before, so I'm not sure if this is a PyTorch issue -- perhaps
map_location
shouldn't be set to CPU under DDP?Beta Was this translation helpful? Give feedback.
All reactions