Fix #878: load tasks before models (#931)
* roerder
* fix
* fix
* we no longer need to init the parallelism env of the model for the tasks if we load the tasks first
* who would have thought that reordering 3 lines would be such a long winded story
* fix