lucaspetti commited on
Commit
252a9be
·
1 Parent(s): f5bface

Increate MAX_NEW_TOKENS

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def _gpu(duration: int = 180):
49
  return decorator
50
 
51
  MODEL_ID = "LiquidAI/LFM2.5-1.2B-Thinking"
52
- MAX_NEW_TOKENS = 512
53
  MAX_ITERATIONS = 5
54
 
55
  # Native LFM2.5 tool-call delimiters.
 
49
  return decorator
50
 
51
  MODEL_ID = "LiquidAI/LFM2.5-1.2B-Thinking"
52
+ MAX_NEW_TOKENS = 4096
53
  MAX_ITERATIONS = 5
54
 
55
  # Native LFM2.5 tool-call delimiters.