JMalott commited on
Commit
5dd9604
1 Parent(s): 38dd828

Update utils.py

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