Closed daschl closed 7 years ago
@fredszaq wdyt? I'm still being hopeful for https://github.com/Homebrew/homebrew-core/pull/10273
nice !
see also the PR here for the inclusion of the formula in homebrew
we'll also need to rename the libs in the debs (can you include it in the pr ? I'll do it otherwise)
@fredszaq if you could do the deb part that would be great, I don't have a quick box here to verify that :)
done here : https://github.com/snipsco/tensorflow-build/pull/6
I'll just wait for it to build before merging the two PRs
@daschl do you have and ETA for the next version of the rust tensorflow crate ?
@fredszaq nope I'm just contributing, @adamcrume maybe does :)
We don't have a release schedule for tensorflow/rust, but I could certainly cut a release if there's a need for it.
@adamcrume I would appreciate it, we use the scripts from this repository to install systemwide versions of tensorflow and cut the building time on our rust projects at snips, and we always prefer no having to depend on unreleased versions (moreover, the current 0.2 version of the crate builds TF 0.12 and the 1.0.0 is out)
I just released version 0.3, which builds TensorFlow 1.0.0, although it doesn't take advantage of any new features.
Thanks Adam !
Le 3 mars 2017 5:43 AM, "Adam Crume" notifications@github.com a écrit :
I just released version 0.3, which builds TensorFlow 1.0.0, although it doesn't take advantage of any new features.
— You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/snipsco/tensorflow-build/pull/5#issuecomment-283864175, or mute the thread https://github.com/notifications/unsubscribe-auth/ABaqOPvj3i7dTz95l_J54cN9SNU3g5-mks5rh5p_gaJpZM4MPecf .
Hi,
we fixed tensorflow_c to tensorflow in the upstream crate, so this change makes it still possible to work with the upcoming release. Or if you want
tensorflow = { git = "https://github.com/tensorflow/rust" }