JMalott commited on
Commit
ab6e890
1 Parent(s): 9278b39

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -107,7 +107,7 @@ def generate2(prompt,crazy,k):
107
  models_root='./pretrained',
108
  dtype=torch.float32,
109
  device='cpu',
110
- is_mega=False,
111
  is_reusable=True
112
  )
113
 
 
107
  models_root='./pretrained',
108
  dtype=torch.float32,
109
  device='cpu',
110
+ is_mega=True,
111
  is_reusable=True
112
  )
113