Checkpoints are not downloading.
Closed this issue · 1 comments
princethewinner commented
dallatt commented
Hello @princethewinner,
This is new and comes from interactions between tqdm
and jupyter notebook
. You can bypass it by disabling tqdm
, or I have just added a verbose
argument to get_pretrained_model
which when set to False
will dot display a progress bar and therefore not trigger the problem.
Best,
Hugo