Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@souryadey souryadey released this 14 Oct 22:43

Updated to use torch 2.x (+ latest versions of other dependencies). This is not a breaking change, DLKoopman will continue to work as before if the machine running it has torch>=1.12.1.

Added a new configuration parameter torch_compile_backend to specify the backend for the torch.compile() call if using torch 2.x.

Fixed the device for some tensors.