smirki commited on
Commit
1bd7942
·
verified ·
1 Parent(s): 572a94d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,8 +42,8 @@ s1_inference_prompt_think_only = """<|im_start|>user
42
  """
43
 
44
  # Constants
45
- THINK_MAX_NEW_TOKENS = 2048
46
- ANSWER_MAX_NEW_TOKENS = 2048
47
 
48
  def initialize_gen_kwargs():
49
  return {
 
42
  """
43
 
44
  # Constants
45
+ THINK_MAX_NEW_TOKENS = 8000
46
+ ANSWER_MAX_NEW_TOKENS = 8000
47
 
48
  def initialize_gen_kwargs():
49
  return {