Upload main.py
Browse filesMinor correction
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
|