I'm trying to prototype using the SmartRedis Python client to interact with the SmartSim Orchestrator. Is it possible to launch the orchestrator without any other models in the experiment? If so, what would be the best way to do so?
How do I launch a SmartSim orchestrator without models?
36 views Asked by Brad At
1
It is entirely possible to do that. A SmartSim
Experiment
can contain different types of 'entities' includingModels
,Ensembles
(i.e. groups ofModels
), andOrchestrator
(i.e. the Redis-backed database). None of these entities, however, are 'required' to be in the Experiment.Here's a short script that creates an experiment which includes only a database.
After this, the
Orchestrator
(with the number of shards specified by NUM_DB_NODES) will have been spunup. You can then connect the Python client using the following line: