JMalott commited on
Commit
6e709e7
1 Parent(s): 7c67c9f

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -119,7 +119,7 @@ def generate2(prompt,crazy,k):
119
  is_seamless=False,
120
  temperature=crazy,
121
  top_k=k,#2128,
122
- supercondition_factor=64,
123
  is_verbose=False
124
  )
125
 
 
119
  is_seamless=False,
120
  temperature=crazy,
121
  top_k=k,#2128,
122
+ supercondition_factor=32,
123
  is_verbose=False
124
  )
125