AIMindLink commited on
Commit
cddbdce
Β·
verified Β·
1 Parent(s): 4e328a7

Upload main.py

Browse files

Minor correction

Files changed (1) hide show
  1. main.py +0 -1
main.py CHANGED
@@ -1350,7 +1350,6 @@ def main() -> None:
1350
  config.n_metatron_loaded += 1 # Iterate over the memory capsules
1351
  print(f" {c.inv} ── n_metatron_loaded: {config.n_metatron_loaded} of {config.n_metatron_to_load} ──────────────────────────── {c.res}")
1352
 
1353
-
1354
  memotron(_models, _tree, _session_id, _timings) # Store the response
1355
  # Reset turn-based data and preset terminal for next cycle
1356
  _metatron_heartbeats, _heartbeats = 0, 0
 
1350
  config.n_metatron_loaded += 1 # Iterate over the memory capsules
1351
  print(f" {c.inv} ── n_metatron_loaded: {config.n_metatron_loaded} of {config.n_metatron_to_load} ──────────────────────────── {c.res}")
1352
 
 
1353
  memotron(_models, _tree, _session_id, _timings) # Store the response
1354
  # Reset turn-based data and preset terminal for next cycle
1355
  _metatron_heartbeats, _heartbeats = 0, 0