We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00cd8c7 commit a8d96cdCopy full SHA for a8d96cd
1 file changed
Scheduler/scheduler.py
@@ -358,6 +358,7 @@ def __init__(self, num_request_queue=1, max_batch=1, engine_select=FIFO_ENGINE,
358
359
togsim_path = os.path.join(extension_config.CONFIG_TORCHSIM_DIR, "TOGSim")
360
self.tog_simulator = TOGSimulator(togsim_path, togsim_config)
361
+ os.environ['TOGSIM_CONFIG'] = togsim_config
362
self.tog_simulator.interactive_simulation()
363
if engine_select == Scheduler.FIFO_ENGINE:
364
self.execution_engine = FIFORunner(self.tog_simulator, self.num_request_queue)
0 commit comments