You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for this wonderful library.
I'm unable to compile haste_tf with Tensorflow 2.7.0 and the most recent haste codebase from the master branch. The root error seems to be: ‘bfloat16’ in namespace ‘Eigen’ does not name a type. Installation with pip looks successful at first glance, but silently fails to build libhaste_tf.so. I've assumed there's something wrong with my setup and tried the Colab linked in the README, but it fails with the same errors. I'd appreciate any assistance.
The text was updated successfully, but these errors were encountered:
First of all, thank you for this wonderful library.
I'm unable to compile
haste_tf
with Tensorflow 2.7.0 and the most recenthaste
codebase from themaster
branch. The root error seems to be:‘bfloat16’ in namespace ‘Eigen’ does not name a type
. Installation with pip looks successful at first glance, but silently fails to buildlibhaste_tf.so
. I've assumed there's something wrong with my setup and tried the Colab linked in the README, but it fails with the same errors. I'd appreciate any assistance.The text was updated successfully, but these errors were encountered: