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
In the latest feedstock update a conditional restriction on the tensorflow version was added in an attempt to create an install environment that worked on M1 mac computers. However, the arm specific directive in recipe.yml does not seem to work. During local testing I end up with tensorflow 2.4.1 when running conda install "nlp-primitives-complete=2.4.0" instead of 2.7.0 or greater as specified in the recipe.
This with this environment the Elmo and Universal Sentence Encoder tests fail. We need to investigate why the tensorflow complete install command doesn't install the expected version of tensorflow and update the feedstock to install a version that works on M1 macs as expected.
The text was updated successfully, but these errors were encountered:
In the latest feedstock update a conditional restriction on the tensorflow version was added in an attempt to create an install environment that worked on M1 mac computers. However, the arm specific directive in
recipe.yml
does not seem to work. During local testing I end up with tensorflow 2.4.1 when runningconda install "nlp-primitives-complete=2.4.0"
instead of 2.7.0 or greater as specified in the recipe.This with this environment the Elmo and Universal Sentence Encoder tests fail. We need to investigate why the tensorflow complete install command doesn't install the expected version of tensorflow and update the feedstock to install a version that works on M1 macs as expected.
The text was updated successfully, but these errors were encountered: