experiment-impact-tracker
experiment-impact-tracker copied to clipboard
Fix error thrown by multiprocessing set_start_method
This PR addresses a bug in the multiprocessing logic for the compute tracker. Specifically, it addresses a RuntimeError caused by the multiprocessing set_start_method
, which complains that 'context has already been set'. To avoid this error, we set force=True
when creating a new fork.