init

suspend fun init(task: Task)

DJL will automatically download engine libraries, as soon we call Engine.getInstance(), for the platform we are running on.

This should be done here, as we want to make sure that the libraries are downloaded before we try to load any models.