Open
Description
Is your feature request related to a problem? Please describe.
There is a flag in the config to compile the model with torch.compile()
I believe by default it is set to False. I think we should make the default True, to ensure we don't change the model in ways that break that functionality even if at the moment the performance gain is not the greatest.
Describe the solution you'd like
Set cf.compile_model to True by default
Describe alternatives you've considered
No response
Additional context
No response
Organisation
No response