magdap116 commited on
Commit
c7131f1
·
verified ·
1 Parent(s): 655a207

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ from smolagents import TransformersModel
93
  model_id = "meta-llama/Llama-3.2-3B-Instruct"
94
  model = TransformersModel(
95
  model_id=model_id,
96
- max_new_tokens=512)
97
 
98
  class BasicAgent:
99
  def __init__(self):
 
93
  model_id = "meta-llama/Llama-3.2-3B-Instruct"
94
  model = TransformersModel(
95
  model_id=model_id,
96
+ max_new_tokens=256)
97
 
98
  class BasicAgent:
99
  def __init__(self):