Update main_menu.py
Browse files- main_menu.py +1 -1
main_menu.py
CHANGED
@@ -42,7 +42,7 @@ def main():
|
|
42 |
print("Starting LLM and World Model Training...")
|
43 |
# Directly call the world model main function with appropriate arguments
|
44 |
sys.argv = [
|
45 |
-
'
|
46 |
'--mode', args.mode,
|
47 |
'--model_name', args.model_name,
|
48 |
'--dataset_name', args.dataset_name,
|
|
|
42 |
print("Starting LLM and World Model Training...")
|
43 |
# Directly call the world model main function with appropriate arguments
|
44 |
sys.argv = [
|
45 |
+
'lightbulb_custom.py',
|
46 |
'--mode', args.mode,
|
47 |
'--model_name', args.model_name,
|
48 |
'--dataset_name', args.dataset_name,
|