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
Although undocumented, it seems that the tensorflow-cpu package is meant to be a CPU-only version of tensorflow to enable smaller package sizes.
Given that there is no dependency relationship between tensorflow-cpu and tensorflow, ecosystem libraries have no way of specifying that they need either package (see for example this issue).
In hindsight, the most obvious solution would have been to make a tensorflow-core package or something, but idk if that's possible without a lot of work or breaking things.
I'm not sure what the solution is here, but I just wanted to raise the issue.
The text was updated successfully, but these errors were encountered:
Although undocumented, it seems that the tensorflow-cpu package is meant to be a CPU-only version of tensorflow to enable smaller package sizes.
Given that there is no dependency relationship between
tensorflow-cpu
andtensorflow
, ecosystem libraries have no way of specifying that they need either package (see for example this issue).In hindsight, the most obvious solution would have been to make a
tensorflow-core
package or something, but idk if that's possible without a lot of work or breaking things.I'm not sure what the solution is here, but I just wanted to raise the issue.
The text was updated successfully, but these errors were encountered: