tensorflow / haskell

Haskell bindings for TensorFlow
https://tensorflow.github.io/haskell/haddock/
Apache License 2.0
1.58k stars 196 forks source link

Tensorflow 2.9 Compatibility #278

Closed sheepforce closed 1 year ago

sheepforce commented 2 years ago

I am trying to get tensorflow bindings working in my Haskell project, that due to its complex dependencies is mainly built with Nix. In #277 I've started to write some Nix for this repo, but it seems that the 2.9 release of Tensorflow is not supported yet, correct?

What would be needed to get it compatible?

blackgnezdo commented 2 years ago

This commit switched us to TF-2.3.0. Hopefully something similar to this will get you to 2.9. If you do the upgrade, we'll merge it.

larsvansoest commented 1 year ago

Apparently, this commit in January bumped the version to 2.10.1.