nkanungo commited on
Commit
70e0a9c
·
1 Parent(s): 41b739b

Update Era_s20_updt.py

Browse files
Files changed (1) hide show
  1. 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()