Update Era_s20_updt.py
Browse files- Era_s20_updt.py +1 -1
Era_s20_updt.py
CHANGED
@@ -24,7 +24,7 @@ import torch.nn.functional as F
|
|
24 |
|
25 |
torch.manual_seed(1)
|
26 |
|
27 |
-
if not (Path.home()/'.cache/huggingface'/'token').exists(): notebook_login()
|
28 |
|
29 |
# Supress some unnecessary warnings when loading the CLIPTextModel
|
30 |
logging.set_verbosity_error()
|
|
|
24 |
|
25 |
torch.manual_seed(1)
|
26 |
|
27 |
+
#if not (Path.home()/'.cache/huggingface'/'token').exists(): notebook_login()
|
28 |
|
29 |
# Supress some unnecessary warnings when loading the CLIPTextModel
|
30 |
logging.set_verbosity_error()
|