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
I've pasted a minimal reproduction flake.nix below. Running nix develop with this flake installs the optional tf dependencies even though they weren't requested.
This was noticed in our case when a developer on an M1 Mac tried to load the flake and it failed, because tensorflow-text isn't available pre-compiled on Mac.
I've pasted a minimal reproduction
flake.nix
below. Runningnix develop
with this flake installs the optionaltf
dependencies even though they weren't requested.This was noticed in our case when a developer on an M1 Mac tried to load the flake and it failed, because
tensorflow-text
isn't available pre-compiled on Mac.The text was updated successfully, but these errors were encountered: