RobbiePasquale commited on
Commit
3d255ef
1 Parent(s): 5c18e4c

allow for model to train on the search agent experience (rag cache, knowledge base, search data)

Browse files
Files changed (1) hide show
  1. main_menu.py +1 -1
main_menu.py CHANGED
@@ -89,7 +89,7 @@ def main():
89
 
90
  # Construct sys.argv for lightbulb_inf.py
91
  lightbulb_inf_args = [
92
- 'lightbulb_inf.py',
93
  '--mode', 'inference',
94
  '--model_name', args.model_name,
95
  '--query', args.query,
 
89
 
90
  # Construct sys.argv for lightbulb_inf.py
91
  lightbulb_inf_args = [
92
+ 'lightbulb_custom.py',
93
  '--mode', 'inference',
94
  '--model_name', args.model_name,
95
  '--query', args.query,