Also is there a way to disable this by default?
The reason I ask is that I want to send many jobs to a queue via the CLI. so I don't really want to be messing around with  Task.init() .
I've even tried renaming my files to *pth and *.data to stop this behaviour
Thanks John, but is there a way to do this via the CLI?
Or is  Task.init()  the only way?
Hi  @<1724960464275771392:profile|DepravedBee82> , you have the  auto_connect_frameworks   parameter in  Task.init()  , this way you can disable the auto connection to Pytorch
None