Matt Drozt
Matt Drozt
With the merge of #336, SmartSim will no longer fetch ML deps within `smart build`, meaning there is no risk that a user may accidentally alter their existing python environment...
### A Possible Simple Implementation Strategy A naive implementation would be to simply break up the Config class into several similar, but smaller, classes over a more limited domain. The...
Issue regarding the moving the addition of ML model to the colocated db and orchestrator classes posted at https://github.com/CrayLabs/SmartSim/issues/410
> @MattToast there have been some updates to Dragon's ProcessGroup management which require some modification of this code. Do you want me to take care of that by pushing to...
A little more context for `weakref.finalize` just because I purposed it: 1. Often times `__del__` in the data model is incorrectly used as a "destructor" to run some code when...